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 | 庄?曼 | 1000111110101111001111111001100111010110 | 8faf3f99d6 |
EUC-JP | 庄?曼 | 1011111010110001001111111101001011011000 | beb13fd2d8 |
UTF-8 | 庄명曼 | 111001011011101010000100111010111010101010000101111001101001101110111100 | e5ba84ebaa85e69bbc |
UHC | 庄명曼 | 111011011110010010111000111011011101100010111010 | ede4b8edd8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)