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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 鉑蒔E鉑蒔EB | 1111101111001001100011101010101001000101111110111100100110001110101010100100010101000010 | fbc98eaa45fbc98eaa4542 |
EUC-JP | 鉑蒔E鉑蒔EB | 10001111111000111110000110111100101011000100010110001111111000111110000110111100101011000100010101000010 | 8fe3e1bcac458fe3e1bcac4542 |
UTF-8 | 鉑蒔E鉑蒔EB | 111010011000100110010001111010001001001010010100010001011110100110001001100100011110100010010010100101000100010101000010 | e98991e8929445e98991e892944542 |
UHC | ?蒔E?蒔EB | 001111111110001111001000010001010011111111100011110010000100010101000010 | 3fe3c8453fe3c84542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)