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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 醤ヤ汐渧疾 | 100011111101110111010100100011101010110011111011010010001000111010111110 | 8fddd48eacfb488ebe |
EUC-JP | 醤ヤ汐渧疾 | 1011111011011111100011101101010010111100101011101000111111000111111010111011110011000000 | bedf8ed4bcae8fc7ebbcc0 |
UTF-8 | 醤ヤ汐渧疾 | 111010011000011010100100111011111011111010010100111001101011000110010000111001101011100010100111111001111001011010111110 | e986a4efbe94e6b190e6b8a7e796be |
UHC | ??汐?疾 | 00111111001111111110000010110001001111111111001011110000 | 3f3fe0b13ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)