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 | 寬タ霄ゥ | 111110101010101011000000111010001011101010101001 | faaac0e8baa9 |
EUC-JP | ?タ霄ゥ | 00111111100011101100000011110000101111001000111010101001 | 3f8ec0f0bc8ea9 |
UTF-8 | 寬タ霄ゥ | 111001011010111110101100111011111011111010000000111010011001110010000100111011111011110110101001 | e5afacefbe80e99c84efbda9 |
UHC | 寬??? | 1100111010110000001111110011111100111111 | ceb03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)