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 | 燼??燼 | 111000001001111000111111001111111110000010011110 | e09e3f3fe09e |
EUC-JP | 燼??燼 | 110111111111111000111111001111111101111111111110 | dffe3f3fdffe |
UTF-8 | 燼뤷껮燼 | 111001111000011110111100111010111010010010110111111010101011101110101110111001111000011110111100 | e787bceba4b7eabbaee787bc |
UHC | 燼뤷껮燼 | 1110001111101000100011111110010110000100010001101110001111101000 | e3e88fe58446e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)