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 | 鈺ъ?應ч? | 11111011110001001000010010001100001111111001110011100100100001001000100100111111 | fbc4848c3f9ce484893f |
EUC-JP | 鈺ъ?應ч? | 1000111111100011110101011010011111101100001111111101100011100110101001111110100100111111 | 8fe3d5a7ec3fd8e6a7e93f |
UTF-8 | 鈺ъ쑄應ч쪛 | 11101001100010001011101011010001100010101110110010010001100001001110011010000111100010011101000110000111111011001010101010011011 | e988bad18aec9184e68789d187ecaa9b |
UHC | 鈺ъ쑄應ч쪛 | 111010001010110110101100111011001001110010100100111010111110101110101100111010011010010110010100 | e8adacec9ca4ebebace9a594 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)