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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襠大ー雁羡 | 111001011111101110010001111001011011000010001010111001011111101110010001 | e5fb91e5b08ae5fb91 |
EUC-JP | 襠大ー雁羡 | 1110101011111101110000101110011110001110101100001011010011100111100011111101010110101110 | eafdc2e78eb0b4e78fd5ae |
UTF-8 | 襠大ー雁羡 | 111010001010010110100000111001011010010010100111111011111011110110110000111010011001101110000001111001111011111010100001 | e8a5a0e5a4a7efbdb0e99b81e7bea1 |
UHC | ?大?雁? | 00111111110100111101111000111111111001001101001000111111 | 3fd3de3fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)