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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮ュ?佯? | 1110000101000100100000111000010100111111100110001101000100111111 | e14483853f98d13f |
EUC-JP | 瓮ュ?佯? | 1110000110100101101001011110010100111111110100001101001100111111 | e1a5a5e53fd0d33f |
UTF-8 | 瓮ュ츍佯턊 | 111001111001001110101110111000111000001110100101111011001011100010001101111001001011110110101111111011011000010010001010 | e793aee383a5ecb88de4bdafed848a |
UHC | 瓮ュ츍佯턊 | 11101000101101111010101111100101101011101000100011100101101110101011011001000110 | e8b7abe5ae88e5bab646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)