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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獄る?烏k? | 10001101100101101000001011101001001111111000100101000111100000101000101100111111 | 8d9682e93f8947828b3f |
EUC-JP | 獄る?烏k? | 10111001111101101010010011101011001111111011000110101000101000111110101100111111 | b9f6a4eb3fb1a8a3eb3f |
UTF-8 | 獄る젌烏k젿 | 111001111000110110000100111000111000001010001011111011001010000010001100111001111000001110001111111011111011110110001011111011001010000010111111 | e78d84e3828beca08ce7838fefbd8beca0bf |
UHC | 獄る젌烏k젿 | 111010001010101110101010111010111010000010001101111010001010000110100011111010111010000010110001 | e8abaaeba08de8a1a3eba0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)