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 | 讓滕傷 | 111001101010100010011111111011001000111110011101 | e6a89fec8f9d |
EUC-JP | 讓滕傷 | 111011001010101011011110111011101011110111111101 | ecaadeeebdfd |
UTF-8 | 讓滕傷 | 111010001010111010010011111001101011101110010101111001011000001010110111 | e8ae93e6bb95e582b7 |
UHC | 讓?傷 | 1110010111010011001111111101111110111111 | e5d33fdfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)