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 | 弔??耿?? | 1001001010100010001111110011111111100011110101000011111100111111 | 92a23f3fe3d43f3f |
EUC-JP | 弔?饔耿?? | 11000100101001000011111110001111111010001110111111100110110101100011111100111111 | c4a43f8fe8efe6d63f3f |
UTF-8 | 弔렟饔耿렧렢 | 111001011011110010010100111010111010000010011111111010011010010110010100111010001000000010111111111010111010000010100111111010111010000010100010 | e5bc94eba09fe9a594e880bfeba0a7eba0a2 |
UHC | 弔렟饔耿렧렢 | 111100001100000010001110101100001110100010111101110011001110101010001110101101101000111010110011 | f0c08eb0e8bdccea8eb68eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)