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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ??台H | 0011111100111111100100011110010001001000 | 3f3f91e448 |
EUC-JP | ??台H | 0011111100111111110000101110011001001000 | 3f3fc2e648 |
UTF-8 | 룴찼台H | 11101011101000111011010011101100101100001011110011100101100011111011000001001000 | eba3b4ecb0bce58fb048 |
UHC | 룴찼台H | 10001111101010011100001110100001111101111011101101001000 | 8fa9c3a1f7bb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)