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 | ??俎?應? | 0011111100111111100110001101011100111111100111001110010000111111 | 3f3f98d73f9ce43f |
EUC-JP | ??俎?應? | 0011111100111111110100001101100100111111110110001110011000111111 | 3f3fd0d93fd8e63f |
UTF-8 | 렻렧俎렍應렚 | 111010111010000010111011111010111010000010100111111001001011111110001110111010111010000010001101111001101000011110001001111010111010000010011010 | eba0bbeba0a7e4bf8eeba08de68789eba09a |
UHC | 렻렧俎렍應렚 | 100011101100001110001110101101101111000010111011100011101010001111101011111010111000111010101101 | 8ec38eb6f0bb8ea3ebeb8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)