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 | 懿基???? | 1001110011110010100010101110111000111111001111110011111100111111 | 9cf28aee3f3f3f3f |
EUC-JP | 懿基???? | 1101100011110100101101001111000000111111001111110011111100111111 | d8f4b4f03f3f3f3f |
UTF-8 | 懿基렰얕렎렟 | 111001101000011110111111111001011001111110111010111010111010000010110000111011001001011010010101111010111010000010001110111010111010000010011111 | e687bfe59fbaeba0b0ec9695eba08eeba09f |
UHC | 懿基렰얕렎렟 | 111010111111001111010000111100011000111010111101101111101110100010001110101001001000111010110000 | ebf3d0f18ebdbee88ea48eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)