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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
UTF-8 | 溜븐뀛溜묧B | 11101111101001111000101111101011101110001001000011101011100000001001101111101111101001111000101111101011101011001010011101000010 | efa78bebb890eb809befa78bebaca742 |
UHC | 溜븐뀛溜묧B | 1110101011111110101110101110110010000101100101001110101011111110100100011111111001000010 | eafebaec8594eafe91fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)