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 | 趙基? | 1110011011100010100010101110111000111111 | e6e28aee3f |
EUC-JP | 趙基? | 1110110011100100101101001111000000111111 | ece4b4f03f |
UTF-8 | 趙基렱 | 111010001011011010011001111001011001111110111010111010111010000010110001 | e8b699e59fbaeba0b1 |
UHC | 趙基렱 | 111100001110000111010000111100011000111010111110 | f0e1d0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)