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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鱧ト邇ク磁 | 1110100111100101110001001110011110001110101110001000111010100101 | e9e5c4e78eb88ea5 |
EUC-JP | 鱧ト邇ク磁 | 11110010111001111000111011000100111011011110111010001110101110001011110010100111 | f2e78ec4edee8eb8bca7 |
UTF-8 | 鱧ト邇ク磁 | 111010011011000110100111111011111011111010000100111010011000001010000111111011111011110110111000111001111010001110000001 | e9b1a7efbe84e98287efbdb8e7a381 |
UHC | ??邇?磁 | 00111111001111111110110011000100001111111110110110111000 | 3f3fecc43fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)