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 | ????YB | 001111110011111100111111001111110101100101000010 | 3f3f3f3f5942 |
SJIS-WIN | 地?蜘?YB | 1001001001101110001111111001001001110111001111110101100101000010 | 926e3f92773f5942 |
EUC-JP | 地?蜘?YB | 1100001111001111001111111100001111011000001111110101100101000010 | c3cf3fc3d83f5942 |
UTF-8 | 地렎蜘렲YB | 1110010110011100101100001110101110100000100011101110100010011100100110001110101110100000101100100101100101000010 | e59cb0eba08ee89c98eba0b25942 |
UHC | 地렎蜘렲YB | 11110010101000101000111010100100111100101011101110001110101111110101100101000010 | f2a28ea4f2bb8ebf5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)