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 | 額??韋?㎡ | 100010100111101000111111001111111110100011101000001111111000011101110101 | 8a7a3f3fe8e83f8775 |
EUC-JP | 額??韋?? | 1011001111011011001111110011111111110000111010100011111100111111 | b3db3f3ff0ea3f3f |
UTF-8 | 額곗눖韋륅㎡ | 111010011010000110001101111010101011001110010111111010111000100010010110111010011001111110001011111010111010010110000101111000111000111010100001 | e9a18deab397eb8896e99f8beba585e38ea1 |
UHC | 額곗눖韋륅㎡ | 111001001111111010110000111011001000011110110000111010101101111110001111111011111010011110110011 | e4feb0ec87b0eadf8fefa7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)