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 | 111010001110001010010010111001101000001010001101 | e8e292e6828d |
EUC-JP | 鞣呈m | 111100001110010011000100111010001010001111101101 | f0e4c4e8a3ed |
UTF-8 | 鞣呈m | 111010011001111010100011111001011001000110001000111011111011110110001101 | e99ea3e59188efbd8d |
UHC | ?呈m | 0011111111101111110100001010001111101101 | 3fefd0a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)