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 | 揖?m | 1001011101001011001111111000001010001101 | 974b3f828d |
EUC-JP | 揖?m | 1100110110101100001111111010001111101101 | cdac3fa3ed |
UTF-8 | 揖계m | 111001101000111110010110111010101011001110000100111011111011110110001101 | e68f96eab384efbd8d |
UHC | 揖계m | 111010111110011110110000111010001010001111101101 | ebe7b0e8a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)