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 | 絶??蜈 | 100100001110001000111111001111111110010110000101 | 90e23f3fe585 |
EUC-JP | 絶??蜈 | 110000001110010000111111001111111110100111100101 | c0e43f3fe9e5 |
UTF-8 | 絶잒뎠蜈 | 111001111011010110110110111011001001111010010010111010111000111010100000111010001001110010001000 | e7b5b6ec9e92eb8ea0e89c88 |
UHC | 絶잒뎠蜈 | 1110111110111110100111111110100010110101101100011110100010100101 | efbe9fe8b5b1e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)