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 | 在???嚥 | 10001101110111010011111100111111001111111001101010001011 | 8ddd3f3f3f9a8b |
EUC-JP | 在???嚥 | 10111010110111110011111100111111001111111101001111101011 | badf3f3f3fd3eb |
UTF-8 | 在민띠낮嚥 | 111001011001110010101000111010111010111110111100111010111001110110100000111010111000001010101110111001011001101010100101 | e59ca8ebafbceb9da0eb82aee59aa5 |
UHC | 在민띠낮嚥 | 11101110101001001011100111001110101101101110110010110011101101111110011010111111 | eea4b9ceb6ecb3b7e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)