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 | 雨?蜘?雨? | 100010010100101000111111100100100111011100111111100010010100101000111111 | 894a3f92773f894a3f |
EUC-JP | 雨?蜘?雨? | 101100011010101100111111110000111101100000111111101100011010101100111111 | b1ab3fc3d83fb1ab3f |
UTF-8 | 雨렭蜘렲雨렭 | 111010011001101110101000111010111010000010101101111010001001110010011000111010111010000010110010111010011001101110101000111010111010000010101101 | e99ba8eba0ade89c98eba0b2e99ba8eba0ad |
UHC | 雨렭蜘렲雨렭 | 111010011110101110001110101110101111001010111011100011101011111111101001111010111000111010111010 | e9eb8ebaf2bb8ebfe9eb8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)