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 | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-WIN | 瞶b | 111101011011110111100001110101101111010110111101111100011111110001100010 | f5bde1d6f5bdf1fc62 |
EUC-JP | ?瞶??b | 001111111110001011011000001111110011111101100010 | 3fe2d83f3f62 |
UTF-8 | 瞶b | 11101110100100001010100011100111100111101011011011101110100100001010100011101110100001011011011101100010 | ee90a8e79eb6ee90a8ee85b762 |
UHC | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)