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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 臾?臾?Шh | 111001000110101100111111111001000110101100111111100001000101100101101000 | e46b3fe46b3f845968 |
EUC-JP | 臾?臾?Шh | 111001111100110000111111111001111100110000111111101001111011101001101000 | e7cc3fe7cc3fa7ba68 |
UTF-8 | 臾촎臾깅Шh | 111010001000011110111110111011001011010010001110111010001000011110111110111010101011100110000101110100001010100001101000 | e887beecb48ee887beeab985d0a868 |
UHC | 臾촎臾깅Шh | 1110101110101100101011000100110111101011101011001011000111101011101011001011101001101000 | ebacac4debacb1ebacba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)