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 | 日??蜘?衣 | 100100111111101000111111001111111001001001110111001111111000100011011111 | 93fa3f3f92773f88df |
EUC-JP | 日??蜘?衣 | 110001101111110000111111001111111100001111011000001111111011000011100001 | c6fc3f3fc3d83fb0e1 |
UTF-8 | 日얗갬蜘렲衣 | 111001101001011110100101111011001001011010010111111010101011000010101100111010001001110010011000111010111010000010110010111010001010000110100011 | e697a5ec9697eab0ace89c98eba0b2e8a1a3 |
UHC | 日얗갬蜘렲衣 | 111011001110110110111110111010011011000010110111111100101011101110001110101111111110101111111101 | ecedbee9b0b7f2bb8ebfebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)