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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??¥? | 0011111100111111100000011000111100111111 | 3f3f818f3f |
EUC-JP | ??¥? | 0011111100111111101000011110111100111111 | 3f3fa1ef3f |
UTF-8 | 뤨嬅¥듐 | 111010111010010010101000111001011010110010000101111011111011111110100101111010111001001110010000 | eba4a8e5ac85efbfa5eb9390 |
UHC | 뤨嬅¥듐 | 1000111111010110111110111111101110100001110011011011010111100011 | 8fd6fbfba1cdb5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)