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 | 專?飛諄 | 10011011100100110011111110010100111100101110011001111000 | 9b933f94f2e678 |
EUC-JP | 專?飛諄 | 11010101111100110011111111001000111101001110101111011001 | d5f33fc8f4ebd9 |
UTF-8 | 專잰飛諄 | 111001011011000010001000111011001001111010110000111010011010001110011011111010001010101110000100 | e5b088ec9eb0e9a39be8ab84 |
UHC | 專잰飛諄 | 1110111011110110110000001110100111011110101010111110001011110100 | eef6c0e9deabe2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)