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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??斤???? | 0011111100111111100010111101001000111111001111110011111100111111 | 3f3f8bd23f3f3f3f |
EUC-JP | ??斤???? | 0011111100111111101101101101010000111111001111110011111100111111 | 3f3fb6d43f3f3f3f |
UTF-8 | 렺쩡斤렊렻렟렺 | 111010111010000010111010111011001010100110100001111001101001011010100100111010111010000010001010111010111010000010111011111010111010000010011111111010111010000010111010 | eba0baeca9a1e696a4eba08aeba0bbeba09feba0ba |
UHC | 렺쩡斤렊렻렟렺 | 1000111011000010110000101100010011010000110001011000111010100001100011101100001110001110101100001000111011000010 | 8ec2c2c4d0c58ea18ec38eb08ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)