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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 襞職襞職B | 111001011111110010010000010001011110010111111100100100000100010101000010 | e5fc9045e5fc904542 |
EUC-JP | 襞職襞職B | 111010101111111010111111101001101110101011111110101111111010011001000010 | eafebfa6eafebfa642 |
UTF-8 | 襞職襞職B | 11101000101001011001111011101000100000011011011111101000101001011001111011101000100000011011011101000010 | e8a59ee881b7e8a59ee881b742 |
UHC | ?職?職B | 00111111111100101100010100111111111100101100010101000010 | 3ff2c53ff2c542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)