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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セュ鴆蒔実^ | 101111101010110111101001111011111000111010101010100011101100000001011110 | beade9ef8eaa8ec05e |
EUC-JP | セュ鴆蒔実^ | 1000111010111110100011101010110111110010111100011011110010101100101111001100001001011110 | 8ebe8eadf2f1bcacbcc25e |
UTF-8 | セュ鴆蒔実^ | 11101111101111011011111011101111101111011010110111101001101101001000011011101000100100101001010011100101101011101001111101011110 | efbdbeefbdade9b486e89294e5ae9f5e |
UHC | ???蒔?^ | 00111111001111110011111111100011110010000011111101011110 | 3f3f3fe3c83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)