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??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 邯スz邯スzB | 111001111011011010111101011110101110011110110110101111010111101001000010 | e7b6bd7ae7b6bd7a42 |
EUC-JP | 邯スz邯スzB | 1110111010111000100011101011110101111010111011101011100010001110101111010111101001000010 | eeb88ebd7aeeb88ebd7a42 |
UTF-8 | 邯スz邯スzB | 111010011000001010101111111011111011110110111101011110101110100110000010101011111110111110111101101111010111101001000010 | e982afefbdbd7ae982afefbdbd7a42 |
UHC | 邯?z邯?zB | 110010101111101100111111011110101100101011111011001111110111101001000010 | cafb3f7acafb3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)