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 | 瓦ε???? | 1000101010100010100000111100001100111111001111110011111100111111 | 8aa283c33f3f3f3f |
EUC-JP | 瓦ε???? | 1011010010100100101001101100010100111111001111110011111100111111 | b4a4a6c53f3f3f3f |
UTF-8 | 瓦ε츣隸띈쓿 | 1110011110010011101001101100111010110101111011001011100010100011111011111010011010111000111010111001110110001000111011001001001110111111 | e793a6ceb5ecb8a3efa6b8eb9d88ec93bf |
UHC | 瓦ε츣隸띈쓿 | 111010001011111110100101111001011010111010011010111001111110011010110110111010001011111010110111 | e8bfa5e5ae9ae7e6b6e8beb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)