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 | 100100101001110000111111111001101010001001000010 | 929c3fe6a242 |
EUC-JP | 凋琁譴B | 1100001111111100100011111100110010100011111011001010010001000010 | c3fc8fcca3eca442 |
UTF-8 | 凋琁譴B | 11100101100001111000101111100111100100001000000111101000101011011011010001000010 | e5878be79081e8adb442 |
UHC | 凋琁譴B | 11110000101111011110000011000100110011001011100101000010 | f0bde0c4ccb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)