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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 形??B | 1000110001100000001111110011111101000010 | 8c603f3f42 |
EUC-JP | 形??B | 1011011111000001001111110011111101000010 | b7c13f3f42 |
UTF-8 | 形쒎ㅁB | 11100101101111011010001011101100100100101000111011100011100001011000000101000010 | e5bda2ec928ee3858142 |
UHC | 形쒎ㅁB | 11111011101000011001110011100101101001001011000101000010 | fba19ce5a4b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)