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 | 莨鷺胸崧シ | 111001001011110010001101111010111000101110111001111110101010111110111100 | e4bc8deb8bb9faafbc |
EUC-JP | 莨鷺胸崧シ | 1110100010111110101110101110110110110110101110111000111110111011110010101000111010111100 | e8bebaedb6bb8fbbca8ebc |
UTF-8 | 莨鷺胸崧シ | 111010001000111010101000111010011011011110111010111010001000001110111000111001011011010010100111111011111011110110111100 | e88ea8e9b7bae883b8e5b4a7efbdbc |
UHC | ?鷺胸崧? | 0011111111010110110111001111110111011000111000101111111000111111 | 3fd6dcfdd8e2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)