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 | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
SJIS-WIN | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
EUC-JP | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
UTF-8 | 렻렏^{렻렏^s | 11101011101000001011101111101011101000001000111101011110011110111110101110100000101110111110101110100000100011110101111001110011 | eba0bbeba08f5e7beba0bbeba08f5e73 |
UHC | 렻렏^{렻렏^s | 100011101100001110001110101001010101111001111011100011101100001110001110101001010101111001110011 | 8ec38ea55e7b8ec38ea55e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)