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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莖f? | 1110010010110001100000101000011000111111 | e4b182863f |
EUC-JP | 莖f? | 1110100010110011101000111110011000111111 | e8b3a3e63f |
UTF-8 | 莖f識 | 111010001000111010010110111011111011110110000110111011111010011110111100 | e88e96efbd86efa7bc |
UHC | 莖f識 | 110011001110110010100011111001101111001010111101 | cceca3e6f2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)