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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 五??鴦 | 100011001101110000111111001111111110100111110001 | 8cdc3f3fe9f1 |
EUC-JP | 五??鴦 | 101110001101111000111111001111111111001011110011 | b8de3f3ff2f3 |
UTF-8 | 五녑윜鴦 | 111001001011101010010100111010111000010110010001111011001001110010011100111010011011010010100110 | e4ba94eb8591ec9c9ce9b4a6 |
UHC | 五녑윜鴦 | 1110011111101001101100111110010110011111100111111110010011101100 | e7e9b3e59f9fe4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)