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 | 赦篦廠ァ | 10001110110011011110001011000010100011111011000110100111 | 8ecde2c28fb1a7 |
EUC-JP | 赦篦廠ァ | 1011110011001111111001001100010010111110101100111000111010100111 | bccfe4c4beb38ea7 |
UTF-8 | 赦篦廠ァ | 111010001011010110100110111001111010111110100110111001011011101110100000111011111011110110100111 | e8b5a6e7afa6e5bba0efbda7 |
UHC | 赦?廠? | 110111101111010100111111111100111101111100111111 | def53ff3df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)