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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?普?靈? | 00111111100101011000000100111111111010001100101100111111 | 3f95813fe8cb3f |
EUC-JP | ?普?靈? | 00111111110010011110000100111111111100001100110100111111 | 3fc9e13ff0cd3f |
UTF-8 | 렺普爐靈렯 | 111010111010000010111010111001101001100110101110111011111010010010110010111010011001110110001000111010111010000010101111 | eba0bae699aeefa4b2e99d88eba0af |
UHC | 렺普爐靈렯 | 10001110110000101101110011000101110100101100010011010110110001001000111010111100 | 8ec2dcc5d2c4d6c48ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)