To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巐簿豈ヲ巐 | 111110101011011010010101111010111110011010101111101001101111101010110110 | fab695ebe6afa6fab6 |
EUC-JP | 巐簿豈ヲ巐 | 100011111011101111111001110010101110110111101100101100011000111010100110100011111011101111111001 | 8fbbf9caedecb18ea68fbbf9 |
UTF-8 | 巐簿豈ヲ巐 | 111001011011011110010000111001111011000010111111111010001011000110001000111011111011110110100110111001011011011110010000 | e5b790e7b0bfe8b188efbda6e5b790 |
UHC | ?簿豈?? | 00111111110111011010110111010001110000100011111100111111 | 3fddadd1c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)