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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譏秘妛 | 111001101001100010010100111010011001101110101010 | e69894e99baa |
EUC-JP | 譏秘妛 | 111010111111100011001000111010111101011010101100 | ebf8c8ebd6ac |
UTF-8 | 譏秘妛 | 111010001010110110001111111001111010011110011000111001011010011010011011 | e8ad8fe7a798e5a69b |
UHC | 譏秘? | 1101000111000001110111011111101000111111 | d1c1ddfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)