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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?釐ギ??ゲ^ | 00111111111001111101100010000011010011010011111100111111100000110101000101011110 | 3fe7d8834d3f3f83515e |
EUC-JP | ?釐ギ??ゲ^ | 00111111111011101101101010100101101011100011111100111111101001011011001001011110 | 3feedaa5ae3f3fa5b25e |
UTF-8 | 룶釐ギ룶殺ゲ^ | 11101011101000111011011011101001100001111001000011100011100000101010111011101011101000111011011011101111101001011011000011100011100000101011001001011110 | eba3b6e98790e382aeeba3b6efa5b0e382b25e |
UHC | 룶釐ギ룶殺ゲ^ | 10001111101010111101011111101101101010111010111010001111101010111110000111101101101010111011001001011110 | 8fabd7edabae8fabe1edabb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)