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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嚥〓〕? | 10011010100010111000000110101100100000010110110000111111 | 9a8b81ac816c3f |
EUC-JP | 嚥〓〕彛 | 110100111110101110100010101011101010000111001101100011111011110011111010 | d3eba2aea1cd8fbcfa |
UTF-8 | 嚥〓〕彛 | 111001011001101010100101111000111000000010010011111000111000000010010101111001011011110110011011 | e59aa5e38093e38095e5bd9b |
UHC | 嚥〓〕彛 | 1110011010111111101000011110101110100001101100111110110010101101 | e6bfa1eba1b3ecad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)