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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??節①? | 100010010111111000111111001111111001000011011111100001110100000000111111 | 897e3f3f90df87403f |
EUC-JP | 円??節?? | 1011000111011111001111110011111111000000111000010011111100111111 | b1df3f3fc0e13f3f |
UTF-8 | 円띨뤉節①뮵 | 111001011000011010000110111010111001110110101000111010111010010010001001111001111010111110000000111000101001000110100000111010111010111010110101 | e58686eb9da8eba489e7af80e291a0ebaeb5 |
UHC | 円띨뤉節①뮵 | 111001011111011110110110111011101000111110111001111011111011110110101000111001111001001010111101 | e5f7b6ee8fb9efbda8e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)