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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莚ウ緝莚 | 11100100101011011011001111100011011010001110010010101101 | e4adb3e368e4ad |
EUC-JP | 莚ウ緝莚 | 1110100010101111100011101011001111100101110010011110100010101111 | e8af8eb3e5c9e8af |
UTF-8 | 莚ウ緝莚 | 111010001000111010011010111011111011110110110011111001111011011110011101111010001000111010011010 | e88e9aefbdb3e7b79de88e9a |
UHC | ??緝? | 0011111100111111111100101111110100111111 | 3f3ff2fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)