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 | 莨炊謙 | 111001001011110010010000100001101000110010101010 | e4bc90868caa |
EUC-JP | 莨炊謙 | 111010001011111010111111111001101011100010101100 | e8bebfe6b8ac |
UTF-8 | 莨炊謙 | 111010001000111010101000111001111000001010001010111010001010110010011001 | e88ea8e7828ae8ac99 |
UHC | ?炊謙 | 0011111111110110101001111100110011000101 | 3ff6a7ccc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)