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 | 要ゅ? | 1001011101110110100000101110001100111111 | 977682e33f |
EUC-JP | 要ゅ? | 1100110111010111101001001110010100111111 | cdd7a4e53f |
UTF-8 | 要ゅ꽛 | 111010001010011010000001111000111000001010000101111010101011110110011011 | e8a681e38285eabd9b |
UHC | 要ゅ꽛 | 111010011010100110101010111001011000010010101010 | e9a9aae584aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)