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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?蓚??? | 001111111110010011101001001111110011111100111111 | 3fe4e93f3f3f |
EUC-JP | ?蓚??? | 001111111110100011101011001111110011111100111111 | 3fe8eb3f3f3f |
UTF-8 | 렯蓚롏셸솜 | 111010111010000010101111111010001001001110011010111010111010000110001111111011001000010110111000111011001000011010011100 | eba0afe8939aeba18fec85b8ec869c |
UHC | 렯蓚롏셸솜 | 10001110101111001110001010111110100011101101010110111100110100001011110011011000 | 8ebce2be8ed5bcd0bcd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)