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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 秘涕 | 10010100111010011001111110110110 | 94e99fb6 |
EUC-JP | 秘涕 | 11001000111010111101111010111000 | c8ebdeb8 |
UTF-8 | 秘涕 | 111001111010011110011000111001101011011010010101 | e7a798e6b695 |
UHC | 秘涕 | 11011101111110101111010011110001 | ddfaf4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)