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 | ???ORT | 001111110011111100111111010011110101001001010100 | 3f3f3f4f5254 |
SJIS-WIN | ??〓ORT | 00111111001111111000000110101100010011110101001001010100 | 3f3f81ac4f5254 |
EUC-JP | ??〓ORT | 00111111001111111010001010101110010011110101001001010100 | 3f3fa2ae4f5254 |
UTF-8 | 룶엌〓ORT | 111010111010001110110110111011001001011110001100111000111000000010010011010011110101001001010100 | eba3b6ec978ce380934f5254 |
UHC | 룶엌〓ORT | 100011111010101110111110111111011010000111101011010011110101001001010100 | 8fabbefda1eb4f5254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)