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 | 勇??蜈 | 100101110100010100111111001111111110010110000101 | 97453f3fe585 |
EUC-JP | 勇??蜈 | 110011011010011000111111001111111110100111100101 | cda63f3fe9e5 |
UTF-8 | 勇숂즯蜈 | 111001011000101110000111111011001000100010000010111011001010011010101111111010001001110010001000 | e58b87ec8882eca6afe89c88 |
UHC | 勇숂즯蜈 | 1110100110111000100110011110011110100011100000011110100010100101 | e9b899e7a381e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)