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 | 鬱?蜘?證? | 100111110101010000111111100100100111011100111111111001101001101000111111 | 9f543f92773fe69a3f |
EUC-JP | 鬱?蜘?證? | 110111011011010100111111110000111101100000111111111010111111101000111111 | ddb53fc3d83febfa3f |
UTF-8 | 鬱렠蜘렲證렖 | 111010011010110010110001111010111010000010100000111010001001110010011000111010111010000010110010111010001010110110001001111010111010000010010110 | e9acb1eba0a0e89c98eba0b2e8ad89eba096 |
UHC | 鬱렠蜘렲證렖 | 111010101010011010001110101100011111001010111011100011101011111111110001111110111000111010101011 | eaa68eb1f2bb8ebff1fb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)