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 | 111001111001011010111101011110101110011110010110101111010111101001000010 | e796bd7ae796bd7a42 |
EUC-JP | 逍スz逍スzB | 1110110111110110100011101011110101111010111011011111011010001110101111010111101001000010 | edf68ebd7aedf68ebd7a42 |
UTF-8 | 逍スz逍スzB | 111010011000000010001101111011111011110110111101011110101110100110000000100011011110111110111101101111010111101001000010 | e9808defbdbd7ae9808defbdbd7a42 |
UHC | 逍?z逍?zB | 111000011100111000111111011110101110000111001110001111110111101001000010 | e1ce3f7ae1ce3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)