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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | テーテ院h | 110000111011000011000011100010010100000001101000 | c3b0c3894068 |
EUC-JP | テーテ院h | 100011101100001110001110101100001000111011000011101100011010000101101000 | 8ec38eb08ec3b1a168 |
UTF-8 | テーテ院h | 11101111101111101000001111101111101111011011000011101111101111101000001111101001100110011010001001101000 | efbe83efbdb0efbe83e999a268 |
UHC | ???院h | 001111110011111100111111111010101100001001101000 | 3f3f3feac268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)