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 | ??{??uh | 00111111001111110111101100111111001111110111010101101000 | 3f3f7b3f3f7568 |
SJIS-WIN | テゥ{テ。uh | 11000011101010010111101111000011101000010111010101101000 | c3a97bc3a17568 |
EUC-JP | テゥ{テ。uh | 1000111011000011100011101010100101111011100011101100001110001110101000010111010101101000 | 8ec38ea97b8ec38ea17568 |
UTF-8 | テゥ{テ。uh | 111011111011111010000011111011111011110110101001011110111110111110111110100000111110111110111101101000010111010101101000 | efbe83efbda97befbe83efbda17568 |
UHC | ??{??uh | 00111111001111110111101100111111001111110111010101101000 | 3f3f7b3f3f7568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)