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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 壹??] | 1001101011100011001111110011111101011101 | 9ae33f3f5d |
EUC-JP | 壹??] | 1101010011100101001111110011111101011101 | d4e53f3f5d |
UTF-8 | 壹렯렖] | 11100101101000111011100111101011101000001010111111101011101000001001011001011101 | e5a3b9eba0afeba0965d |
UHC | 壹렯렖] | 11101100111011001000111010111100100011101010101101011101 | ecec8ebc8eab5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)