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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 瞶~ | 111101011011110111100001110101101111010110111101111100011111110001111110 | f5bde1d6f5bdf1fc7e |
EUC-JP | ?瞶??~ | 001111111110001011011000001111110011111101111110 | 3fe2d83f3f7e |
UTF-8 | 瞶~ | 11101110100100001010100011100111100111101011011011101110100100001010100011101110100001011011011101111110 | ee90a8e79eb6ee90a8ee85b77e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)