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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 﨧シ骼ェ式蒹 | 11111011110100111011110011101001100011101010101010001110101011101110010011100011 | fbd3bce98eaa8eaee4e3 |
EUC-JP | ?シ骼ェ式蒹 | 0011111110001110101111001111000111101110100011101010101010111100101100001110100011100101 | 3f8ebcf1ee8eaabcb0e8e5 |
UTF-8 | 﨧シ骼ェ式蒹 | 111011111010100010100111111011111011110110111100111010011010101010111100111011111011110110101010111001011011110010001111111010001001001010111001 | efa8a7efbdbce9aabcefbdaae5bc8fe892b9 |
UHC | ????式? | 00111111001111110011111100111111111000111101001000111111 | 3f3f3f3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)