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 | 101111101010110111101001111011111000111010101011100011101010001101000010 | beade9ef8eab8ea342 |
EUC-JP | セュ鴆辞璽B | 1000111010111110100011101010110111110010111100011011110010101101101111001010010101000010 | 8ebe8eadf2f1bcadbca542 |
UTF-8 | セュ鴆辞璽B | 11101111101111011011111011101111101111011010110111101001101101001000011011101000101111101001111011100111100100101011110101000010 | efbdbeefbdade9b486e8be9ee792bd42 |
UHC | ????璽B | 00111111001111110011111100111111110111111101111001000010 | 3f3f3f3fdfde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)