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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 湿遮o | 1000111010111100100011101101010101101111 | 8ebc8ed56f |
EUC-JP | 湿遮o | 1011110010111110101111001101011101101111 | bcbebcd76f |
UTF-8 | 湿遮o | 11100110101110011011111111101001100000011010111001101111 | e6b9bfe981ae6f |
UHC | ?遮o | 00111111111100111011010001101111 | 3ff3b46f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)