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 | 楡?Ж | 1001111010111110001111111000010001000111 | 9ebe3f8447 |
EUC-JP | 楡?Ж | 1101110011000000001111111010011110101000 | dcc03fa7a8 |
UTF-8 | 楡띾Ж | 1110011010100101101000011110101110011101101111101101000010010110 | e6a5a1eb9dbed096 |
UHC | 楡띾Ж | 111010101111100010001101111010111010110010101000 | eaf88debaca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)