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 | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | 駭??Z駭 | 11101001011011100011111100111111010110101110100101101110 | e96e3f3f5ae96e |
EUC-JP | 駭??Z駭 | 11110001110011110011111100111111010110101111000111001111 | f1cf3f3f5af1cf |
UTF-8 | 駭딪눼Z駭 | 11101001101001111010110111101011100101001010101011101011100010001011110001011010111010011010011110101101 | e9a7adeb94aaeb88bc5ae9a7ad |
UHC | 駭딪눼Z駭 | 111110101011010010110101111110101011010010110100010110101111101010110100 | fab4b5fab4b45afab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)