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 | 嚥??二? | 10011010100010110011111100111111100100111111000100111111 | 9a8b3f3f93f13f |
EUC-JP | 嚥??二? | 11010011111010110011111100111111110001101111001100111111 | d3eb3f3fc6f33f |
UTF-8 | 嚥↔퍓二틼 | 111001011001101010100101111000101000011010010100111011011000110110010011111001001011101010001100111011011000101110111100 | e59aa5e28694ed8d93e4ba8ced8bbc |
UHC | 嚥↔퍓二틼 | 11100110101111111010000111101010101110111000101011101100101000111011101101000010 | e6bfa1eabb8aeca3bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)