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 | 蘂??嵬?? | 1110010101000001001111110011111110011011110010100011111100111111 | e5413f3f9bca3f3f |
EUC-JP | 蘂??嵬?? | 1110100110100010001111110011111111010110110011000011111100111111 | e9a23f3fd6cc3f3f |
UTF-8 | 蘂낁썔嵬뚧윺 | 111010001001100010000010111010111000001010000001111011001000110110010100111001011011010110101100111010111001101010100111111011001001110010111010 | e89882eb8281ec8d94e5b5aceb9aa7ec9cba |
UHC | 蘂낁썔嵬뚧윺 | 111001111101111010000101111010001001101110000111111010001110001110001100111001101001111110110100 | e7de85e89b87e8e38ce69fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)