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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 漆煮\ | 1000111010111101100011101100111101011100 | 8ebd8ecf5c |
EUC-JP | 漆煮\ | 1011110010111111101111001101000101011100 | bcbfbcd15c |
UTF-8 | 漆煮\ | 11100110101111001000011011100111100001011010111001011100 | e6bc86e785ae5c |
UHC | 漆煮\ | 1111011011010100111011011011010001011100 | f6d4edb45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)