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 | 晤??鉛? | 10011101111010110011111100111111100010011001010000111111 | 9deb3f3f89943f |
EUC-JP | 晤??鉛? | 11011010111011010011111100111111101100011111010000111111 | daed3f3fb1f43f |
UTF-8 | 晤잍볜鉛묪 | 111001101001100110100100111011001001111010001101111010111011001110011100111010011000100110011011111010111010110010101010 | e699a4ec9e8debb39ce9899bebacaa |
UHC | 晤잍볜鉛묪 | 11100111111110111001111111100110101110101011011111100110111001111001001001000010 | e7fb9fe6bab7e6e79242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)