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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 裘蛛裘蛛B | 111001011110001011100101100000011110010111100010111001011000000101000010 | e5e2e581e5e2e58142 |
EUC-JP | 裘蛛裘蛛B | 111010101110010011101001111000011110101011100100111010011110000101000010 | eae4e9e1eae4e9e142 |
UTF-8 | 裘蛛裘蛛B | 11101000101000111001100011101000100110111001101111101000101000111001100011101000100110111001101101000010 | e8a398e89b9be8a398e89b9b42 |
UHC | ?蛛?蛛B | 00111111111100011100100000111111111100011100100001000010 | 3ff1c83ff1c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)