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 | ??蜘?紙? | 0011111100111111100100100111011100111111100011101000011000111111 | 3f3f92773f8e863f |
EUC-JP | ??蜘?紙? | 0011111100111111110000111101100000111111101110111110011000111111 | 3f3fc3d83fbbe63f |
UTF-8 | 痢렗蜘렲紙렖 | 111011111010011110100101111010111010000010010111111010001001110010011000111010111010000010110010111001111011010010011001111010111010000010010110 | efa7a5eba097e89c98eba0b2e7b499eba096 |
UHC | 痢렗蜘렲紙렖 | 111011001011100010001110101011001111001010111011100011101011111111110010101101011000111010101011 | ecb88eacf2bb8ebff2b58eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)