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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 璵????? | 1000111111001100111001100011111100111111001111110011111100111111 | 8fcce63f3f3f3f3f |
UTF-8 | 璵붿꼵緣잛뎰 | 111001111001001010110101111010111011011010111111111010101011110010110101111001111011011110100011111011001001111010011011111010111000111010110000 | e792b5ebb6bfeabcb5e7b7a3ec9e9beb8eb0 |
UHC | 璵붿꼵緣잛뎰 | 111001101010010110010100111011001000010010001101111001101101111010011111111011001000100110000011 | e6a594ec848de6de9fec8983 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)