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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雍??癲 | 111010001011010000111111001111111110000110011111 | e8b43f3fe19f |
EUC-JP | 雍??癲 | 111100001011011000111111001111111110001010100001 | f0b63f3fe2a1 |
UTF-8 | 雍뺞씄癲 | 111010011001101110001101111010111011101010011110111011001001010010000100111001111001100110110010 | e99b8debba9eec9484e799b2 |
UHC | 雍뺞씄癲 | 1110100010111100100101011110011010011101100111001110111110100110 | e8bc95e69d9cefa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)