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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 松荅カ | 1000111110111100111001001010011110110110 | 8fbce4a7b6 |
EUC-JP | 松荅カ | 101111101011111011101000101010011000111010110110 | bebee8a98eb6 |
UTF-8 | 松荅カ | 111001101001110110111110111010001000110110000101111011111011110110110110 | e69dbee88d85efbdb6 |
UHC | 松?? | 11100001111001100011111100111111 | e1e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)