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 | ?辛償 | 0011111110010000011010001000111110011110 | 3f90688f9e |
EUC-JP | ?辛償 | 0011111110111111110010011011110111111110 | 3fbfc9bdfe |
UTF-8 | 쑞辛償 | 111011001001000110011110111010001011111010011011111001011000010010011111 | ec919ee8be9be5849f |
UHC | 쑞辛償 | 100111001011110111100011111101001101111111000001 | 9cbde3f4dfc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)