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 | ?????E] | 00111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f455d |
SJIS-WIN | セュ鴆蒔璽E] | 10111110101011011110100111101111100011101010101010001110101000110100010101011101 | beade9ef8eaa8ea3455d |
EUC-JP | セュ鴆蒔璽E] | 100011101011111010001110101011011111001011110001101111001010110010111100101001010100010101011101 | 8ebe8eadf2f1bcacbca5455d |
UTF-8 | セュ鴆蒔璽E] | 1110111110111101101111101110111110111101101011011110100110110100100001101110100010010010100101001110011110010010101111010100010101011101 | efbdbeefbdade9b486e89294e792bd455d |
UHC | ???蒔璽E] | 001111110011111100111111111000111100100011011111110111100100010101011101 | 3f3f3fe3c8dfde455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)