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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???飮? | 001111110011111100111111100111110101101000111111 | 3f3f3f9f5a3f |
EUC-JP | ???飮? | 001111110011111100111111110111011011101100111111 | 3f3f3fddbb3f |
UTF-8 | 黎싲㉡飮당 | 111011111010011010001001111011001000101110110010111000111000100110100001111010011010001110101110111010111000101110111001 | efa689ec8bb2e389a1e9a3aeeb8bb9 |
UHC | 黎싲㉡飮당 | 11100110101100011001101011101011101010001011001011101011111001101011010011100111 | e6b19aeba8b2ebe6b4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)