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 | 遵?賓 | 1000111110000101001111111001010101101111 | 8f853f956f |
EUC-JP | 遵?賓 | 1011110111100101001111111100100111010000 | bde53fc9d0 |
UTF-8 | 遵며賓 | 111010011000000110110101111010111010100110110000111010001011001110010011 | e981b5eba9b0e8b393 |
UHC | 遵며賓 | 111100011110010110111000111001111101111010111001 | f1e5b8e7deb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)