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 | 晤ゅ? | 1001110111101011100000101110001100111111 | 9deb82e33f |
EUC-JP | 晤ゅ? | 1101101011101101101001001110010100111111 | daeda4e53f |
UTF-8 | 晤ゅ졋 | 111001101001100110100100111000111000001010000101111011001010000110001011 | e699a4e38285eca18b |
UHC | 晤ゅ졋 | 111001111111101110101010111001011010000010111010 | e7fbaae5a0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)