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 | 宍軸 | 111100001111101110001110101100111000111010110010 | f0fb8eb38eb2 |
EUC-JP | ?宍軸 | 0011111110111100101101011011110010110100 | 3fbcb5bcb4 |
UTF-8 | 宍軸 | 111011101000001010111010111001011010111010001101111010001011101110111000 | ee82bae5ae8de8bbb8 |
UHC | ??軸 | 00111111001111111111010111101110 | 3f3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)