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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???詭^ | 001111110011111100111111111001100110101101011110 | 3f3f3fe66b5e |
EUC-JP | ???詭^ | 001111110011111100111111111010111100110001011110 | 3f3f3febcc5e |
UTF-8 | 僚녹뼚詭^ | 11101111101001101011101111101011100001011011100111101011101111001001101011101000101010011010110101011110 | efa6bbeb85b9ebbc9ae8a9ad5e |
UHC | 僚녹뼚詭^ | 111010001110100010110011111011001001011010100000110011111111100001011110 | e8e8b3ec96a0cff85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)