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 | 治爨捨セャ者 | 10001110101000011110000010100100100011101100110010111110101011001000111011010010 | 8ea1e0a48eccbeac8ed2 |
EUC-JP | 治爨捨セャ者 | 101111001010001111100000101001101011110011001110100011101011111010001110101011001011110011010100 | bca3e0a6bcce8ebe8eacbcd4 |
UTF-8 | 治爨捨セャ者 | 111001101011001010111011111001111000100010101000111001101000110110101000111011111011110110111110111011111011110110101100111010001000000010000101 | e6b2bbe788a8e68da8efbdbeefbdace88085 |
UHC | 治?捨??者 | 111101101011110100111111110111101101011100111111001111111110110110111010 | f6bd3fded73f3fedba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)