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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 懿基? | 1001110011110010100010101110111000111111 | 9cf28aee3f |
EUC-JP | 懿基? | 1101100011110100101101001111000000111111 | d8f4b4f03f |
UTF-8 | 懿基렰 | 111001101000011110111111111001011001111110111010111010111010000010110000 | e687bfe59fbaeba0b0 |
UHC | 懿基렰 | 111010111111001111010000111100011000111010111101 | ebf3d0f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)