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 | ???A??? | 00111111001111110011111101000001001111110011111100111111 | 3f3f3f413f3f3f |
SJIS-WIN | ?純ギA??ャ | 00111111100011111000001110000011010011010100000100111111001111111000001110000011 | 3f8f83834d413f3f8383 |
EUC-JP | ?純ギA??ャ | 00111111101111011110001110100101101011100100000100111111001111111010010111100011 | 3fbde3a5ae413f3fa5e3 |
UTF-8 | 룶純ギA룶쥚ャ | 11101011101000111011011011100111101101001001010011100011100000101010111001000001111010111010001110110110111011001010010110011010111000111000001110100011 | eba3b6e7b494e382ae41eba3b6eca59ae383a3 |
UHC | 룶純ギA룶쥚ャ | 10001111101010111110001011101101101010111010111001000001100011111010101110100010100011111010101111100011 | 8fabe2edabae418faba28fabe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)