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 | 猷ロ?嗽? | 1001011101010001100000111000110100111111100110100111010100111111 | 9751838d3f9a753f |
EUC-JP | 猷ロ?嗽? | 1100110110110010101001011110110100111111110100111101011000111111 | cdb2a5ed3fd3d63f |
UTF-8 | 猷ロ쐛嗽뉰 | 111001111000110010110111111000111000001110101101111011001001000010011011111001011001011110111101111010111000100110110000 | e78cb7e383adec909be597bdeb89b0 |
UHC | 猷ロ쐛嗽뉰 | 11101011101000111010101111101101100111001000000111100001111101011000100001000010 | eba3abed9c81e1f58842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)