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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 畑??TB | 100101001010100000111111001111110101010001000010 | 94a83f3f5442 |
EUC-JP | 畑??TB | 110010001010101000111111001111110101010001000010 | c8aa3f3f5442 |
UTF-8 | 畑룰폂TB | 1110011110010101100100011110101110100011101100001110110110001111100000100101010001000010 | e79591eba3b0ed8f825442 |
UHC | 畑룰폂TB | 1110111110100101101101111110101010111100100100010101010001000010 | efa5b7eabc915442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)