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 | ??斤??寶 | 0011111100111111100010111101001000111111001111111001101110001111 | 3f3f8bd23f3f9b8f |
EUC-JP | ??斤??寶 | 0011111100111111101101101101010000111111001111111101010111101111 | 3f3fb6d43f3fd5ef |
UTF-8 | 렺旽斤렊렺寶 | 111010111010000010111010111001101001011110111101111001101001011010100100111010111010000010001010111010111010000010111010111001011010111110110110 | eba0bae697bde696a4eba08aeba0bae5afb6 |
UHC | 렺旽斤렊렺寶 | 100011101100001011010100110001011101000011000101100011101010000110001110110000101101110011000100 | 8ec2d4c5d0c58ea18ec2dcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)