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 | ??パ?? | 001111110011111110000011011100000011111100111111 | 3f3f83703f3f |
EUC-JP | ??パ?? | 001111110011111110100101110100010011111100111111 | 3f3fa5d13f3f |
UTF-8 | 룶콓パ룶췡 | 111010111010001110110110111011001011110110010011111000111000001110010001111010111010001110110110111011001011011110100001 | eba3b6ecbd93e38391eba3b6ecb7a1 |
UHC | 룶콓パ룶췡 | 10001111101010111011000110001111101010111101000110001111101010111010111001011010 | 8fabb18fabd18fabae5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)