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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 琮????? | 11111011011010100011111100111111001111110011111100111111 | fb6a3f3f3f3f3f |
EUC-JP | 琮????? | 1000111111001100101100100011111100111111001111110011111100111111 | 8fccb23f3f3f3f3f |
UTF-8 | 琮렟롋댁렭탑 | 111001111001000010101110111010111010000010011111111010111010000110001011111010111000110010000001111010111010000010101101111011011000001110010001 | e790aeeba09feba18beb8c81eba0aded8391 |
UHC | 琮렟롋댁렭탑 | 111100001111100110001110101100001000111011010001101101001110110010001110101110101100010110111110 | f0f98eb08ed1b4ec8ebac5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)