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 | ?魯? | 00111111100110000100010000111111 | 3f98443f |
EUC-JP | ?魯? | 00111111110011111010010100111111 | 3fcfa53f |
UTF-8 | 읽魯쨘 | 111011001001110110111101111010011010110110101111111011001010100010011000 | ec9dbde9adafeca898 |
UHC | 읽魯쨘 | 110000001101000011010110110110111100001010111010 | c0d0d6dbc2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)