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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬆サ笏「 | 111010011010000010111011111000101001010010100010 | e9a0bbe294a2 |
EUC-JP | 鬆サ笏「 | 1111001010100010100011101011101111100011111101001000111010100010 | f2a28ebbe3f48ea2 |
UTF-8 | 鬆サ笏「 | 111010011010110010000110111011111011110110111011111001111010110010001111111011111011110110100010 | e9ac86efbdbbe7ac8fefbda2 |
UHC | ??笏? | 0011111100111111111110111110111000111111 | 3f3ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)