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 | 畑???嚥 | 10010100101010000011111100111111001111111001101010001011 | 94a83f3f3f9a8b |
EUC-JP | 畑???嚥 | 11001000101010100011111100111111001111111101001111101011 | c8aa3f3f3fd3eb |
UTF-8 | 畑민띠낮嚥 | 111001111001010110010001111010111010111110111100111010111001110110100000111010111000001010101110111001011001101010100101 | e79591ebafbceb9da0eb82aee59aa5 |
UHC | 畑민띠낮嚥 | 11101111101001011011100111001110101101101110110010110011101101111110011010111111 | efa5b9ceb6ecb3b7e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)