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 | 円??揖?? | 1000100101111110001111110011111110010111010010110011111100111111 | 897e3f3f974b3f3f |
EUC-JP | 円??揖?? | 1011000111011111001111110011111111001101101011000011111100111111 | b1df3f3fcdac3f3f |
UTF-8 | 円ㅿ퐦揖닻쪛 | 111001011000011010000110111000111000010110111111111011011001000010100110111001101000111110010110111010111000101110111011111011001010101010011011 | e58686e385bfed90a6e68f96eb8bbbecaa9b |
UHC | 円ㅿ퐦揖닻쪛 | 111001011111011110100100111011111011110110001111111010111110011110110100111010011010010110010100 | e5f7a4efbd8febe7b4e9a594 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)