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 | ???F?? | 001111110011111100111111010001100011111100111111 | 3f3f3f463f3f |
SJIS-WIN | 珎獨獗F玻 | 1110000011011101111000001101010111100000110100110100011011110010111000111110000011011110 | e0dde0d5e0d346f2e3e0de |
EUC-JP | 珎獨獗F?玻 | 11100000110111111110000011010111111000001101010101000110001111111110000011100000 | e0dfe0d7e0d5463fe0e0 |
UTF-8 | 珎獨獗F玻 | 11100111100011111000111011100111100011011010100011100111100011011001011101000110111011101000100010011010111001111000111010111011 | e78f8ee78da8e78d9746ee889ae78ebb |
UHC | ?獨獗F?? | 0011111111010100101111001100111111110001010001100011111100111111 | 3fd4bccff1463f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)