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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | セュ鴆辞蒔B | 101111101010110111101001111011111000111010101011100011101010101001000010 | beade9ef8eab8eaa42 |
EUC-JP | セュ鴆辞蒔B | 1000111010111110100011101010110111110010111100011011110010101101101111001010110001000010 | 8ebe8eadf2f1bcadbcac42 |
UTF-8 | セュ鴆辞蒔B | 11101111101111011011111011101111101111011010110111101001101101001000011011101000101111101001111011101000100100101001010001000010 | efbdbeefbdade9b486e8be9ee8929442 |
UHC | ????蒔B | 00111111001111110011111100111111111000111100100001000010 | 3f3f3f3fe3c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)