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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轜駕輯鍜 | 1110011101111110100010011110110110001111010100111110100001000111 | e77e89ed8f53e847 |
EUC-JP | 轜駕輯鍜 | 1110110111011111101100101110111110111101101101001110111110101000 | eddfb2efbdb4efa8 |
UTF-8 | 轜駕輯鍜 | 111010001011110110011100111010011010011110010101111010001011110010101111111010011000110110011100 | e8bd9ce9a795e8bcafe98d9c |
UHC | ?駕輯? | 001111111100101010111101111100101111111000111111 | 3fcabdf2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)