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 | 踐滔ェ誤濶蠎 | 1110011011110110100111111110101110101010100011001110101111101000100010011110010110111010 | e6f69febaa8cebe889e5ba |
EUC-JP | 踐滔ェ誤濶蠎 | 111011001111100011011110111011011000111010101010101110001110110111101111111010011110101010111100 | ecf8deed8eaab8edefe9eabc |
UTF-8 | 踐滔ェ誤濶蠎 | 111010001011100010010000111001101011101110010100111011111011110110101010111010001010101010100100111001101011111110110110111010001010000010001110 | e8b890e6bb94efbdaae8aaa4e6bfb6e8a08e |
UHC | 踐滔?誤?? | 111101001100001011010100101001010011111111101000101001100011111100111111 | f4c2d4a53fe8a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)