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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姐蝎?勘?? | 100010001011011111100101100110010011111110001010101010000011111100111111 | 88b7e5993f8aa83f3f |
EUC-JP | 姐蝎?勘?? | 101100001011100111101001111110010011111110110100101010100011111100111111 | b0b9e9f93fb4aa3f3f |
UTF-8 | 姐蝎렫勘렮묍 | 111001011010011110010000111010001001110110001110111010111010000010101011111001011000101110011000111010111010000010101110111010111010110010001101 | e5a790e89d8eeba0abe58b98eba0aeebac8d |
UHC | 姐蝎렫勘렮묍 | 111011101011101111001010111010011000111010111001110010101110101110001110101110111011100110100011 | eebbcae98eb9caeb8ebbb9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)