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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 梨고쉳h梨고쉳 | 11101111101001111010001011101010101100111010000011101100100010011011001101101000111011111010011110100010111010101011001110100000111011001000100110110011 | efa7a2eab3a0ec89b368efa7a2eab3a0ec89b3 |
UHC | 梨고쉳h梨고쉳 | 11101100101100011011000011101101100110101000101001101000111011001011000110110000111011011001101010001010 | ecb1b0ed9a8a68ecb1b0ed9a8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)