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 | 俄蒐睡 | 100010011110001010001111010011101001000010000111 | 89e28f4e9087 |
EUC-JP | 俄蒐睡 | 101100101110010010111101101011111011111111100111 | b2e4bdafbfe7 |
UTF-8 | 俄蒐睡 | 111001001011111110000100111010001001001010010000111001111001110110100001 | e4bf84e89290e79da1 |
UHC | 俄蒐睡 | 111001001010110111100010101111011110001010110010 | e4ade2bde2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)