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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | セュ鬚\ | 1011111010101101111010011010001001011100 | beade9a25c |
EUC-JP | セュ鬚\ | 10001110101111101000111010101101111100101010010001011100 | 8ebe8eadf2a45c |
UTF-8 | セュ鬚\ | 11101111101111011011111011101111101111011010110111101001101011001001101001011100 | efbdbeefbdade9ac9a5c |
UHC | ??鬚\ | 0011111100111111111000101101000101011100 | 3f3fe2d15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)