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 | ?暖???? | 00111111100100100110011100111111001111110011111100111111 | 3f92673f3f3f3f |
EUC-JP | ?暖???? | 00111111110000111100100000111111001111110011111100111111 | 3fc3c83f3f3f3f |
UTF-8 | 뤶暖ㆂ횕쾨렣 | 111010111010010010110110111001101001101010010110111000111000011010000010111011011001101010010101111011001011111010101000111010111010000010100011 | eba4b6e69a96e38682ed9a95ecbea8eba0a3 |
UHC | 뤶暖ㆂ횕쾨렣 | 100011111110010011010001111011001010010011110010110000111000111111000100111010101000111010110100 | 8fe4d1eca4f2c38fc4ea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)