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 | 庵??雪 | 100010001100000100111111001111111001000011100001 | 88c13f3f90e1 |
EUC-JP | 庵??雪 | 101100001100001100111111001111111100000011100011 | b0c33f3fc0e3 |
UTF-8 | 庵룆꽠雪 | 111001011011101010110101111010111010001110000110111010101011110110100000111010011001101110101010 | e5bab5eba386eabda0e99baa |
UHC | 庵룆꽠雪 | 1110010011011101100011111000010110000100101011011110000011100100 | e4dd8f8584ade0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)