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 | ???nSB | 001111110011111100111111011011100101001101000010 | 3f3f3f6e5342 |
SJIS-WIN | ??〓nSB | 00111111001111111000000110101100011011100101001101000010 | 3f3f81ac6e5342 |
EUC-JP | ??〓nSB | 00111111001111111010001010101110011011100101001101000010 | 3f3fa2ae6e5342 |
UTF-8 | 룶깰〓nSB | 111010111010001110110110111010101011100110110000111000111000000010010011011011100101001101000010 | eba3b6eab9b0e380936e5342 |
UHC | 룶깰〓nSB | 100011111010101110110001111111011010000111101011011011100101001101000010 | 8fabb1fda1eb6e5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)