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 | 牆?歌? | 111000001010110100111111100010011100110000111111 | e0ad3f89cc3f |
EUC-JP | 牆?歌? | 111000001010111100111111101100101100111000111111 | e0af3fb2ce3f |
UTF-8 | 牆쿡歌뤈 | 111001111000100110000110111011001011111110100001111001101010110110001100111010111010010010001000 | e78986ecbfa1e6ad8ceba488 |
UHC | 牆쿡歌뤈 | 1110110111101101110001001110111011001010101100001000111110111000 | ededc4eecab08fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)