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 | 諍?滓?池? | 111001100111100100111111100111111110011000111111100100100111001000111111 | e6793f9fe63f92723f |
EUC-JP | 諍?滓?池? | 111010111101101000111111110111101110100000111111110000111101001100111111 | ebda3fdee83fc3d33f |
UTF-8 | 諍렋滓렊池렮 | 111010001010101110001101111010111010000010001011111001101011101110010011111010111010000010001010111001101011000110100000111010111010000010101110 | e8ab8deba08be6bb93eba08ae6b1a0eba0ae |
UHC | 諍렋滓렊池렮 | 111011101011010110001110101000101110111010101011100011101010000111110010101011101000111010111011 | eeb58ea2eeab8ea1f2ae8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)