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 | ????あ鈑 | 0011111100111111001111110011111110000010101000001110011111100101 | 3f3f3f3f82a0e7e5 |
EUC-JP | ????あ鈑 | 0011111100111111001111110011111110100100101000101110111011100111 | 3f3f3f3fa4a2eee7 |
UTF-8 | 룵첂◈룵あ鈑 | 111010111010001110110101111011001011001010000010111000101001011110001000111010111010001110110101111000111000000110000010111010011000100010010001 | eba3b5ecb282e29788eba3b5e38182e98891 |
UHC | 룵첂◈룵あ鈑 | 100011111010101010101010100011111010001011000010100011111010101010101010101000101111011111111110 | 8faaaa8fa2c28faaaaa2f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)