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 | 辯セ闥疲クァ | 111001111000011110111110111010001001001010010100111001101011100010100111 | e787bee89294e6b8a7 |
EUC-JP | 辯セ闥疲クァ | 111011011110011110001110101111101110111111110010110010001110100010001110101110001000111010100111 | ede78ebeeff2c8e88eb88ea7 |
UTF-8 | 辯セ闥疲クァ | 111010001011111010101111111011111011110110111110111010011001011110100101111001111001011010110010111011111011110110111000111011111011110110100111 | e8beafefbdbee997a5e796b2efbdb8efbda7 |
UHC | 辯??疲?? | 1101110010101010001111110011111111111001101010100011111100111111 | dcaa3f3ff9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)