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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔?窪敎? | 1001001010100010001111111000110001000101111110101100110100111111 | 92a23f8c45facd3f |
EUC-JP | 弔?窪?? | 11000100101001000011111110110111101001100011111100111111 | c4a43fb7a63f3f |
UTF-8 | 弔렟窪敎렟 | 111001011011110010010100111010111010000010011111111001111010101010101010111001101001010110001110111010111010000010011111 | e5bc94eba09fe7aaaae6958eeba09f |
UHC | 弔렟窪敎렟 | 11110000110000001000111010110000111010001100000111001110111001111000111010110000 | f0c08eb0e8c1cee78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)