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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | セュ鮠k | 1011111010101101111010011011110001101011 | beade9bc6b |
EUC-JP | セュ鮠k | 10001110101111101000111010101101111100101011111001101011 | 8ebe8eadf2be6b |
UTF-8 | セュ鮠k | 11101111101111011011111011101111101111011010110111101001101011101010000001101011 | efbdbeefbdade9aea06b |
UHC | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)