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 | 鉛??映?? | 1000100110010100001111110011111110001001011001100011111100111111 | 89943f3f89663f3f |
EUC-JP | 鉛??映?? | 1011000111110100001111110011111110110001110001110011111100111111 | b1f43f3fb1c73f3f |
UTF-8 | 鉛닺벣映든돱 | 111010011000100110011011111010111000101110111010111010111011001010100011111001101001100010100000111010111001001110100000111010111000111110110001 | e9899beb8bbaebb2a3e698a0eb93a0eb8fb1 |
UHC | 鉛닺벣映든돱 | 111001101110011110110100111010001001001110111100111001111011000110110101111001111000100110110100 | e6e7b4e893bce7b1b5e789b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)