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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ??パ??] | 00111111001111111000001101110000001111110011111101011101 | 3f3f83703f3f5d |
EUC-JP | ??パ??] | 00111111001111111010010111010001001111110011111101011101 | 3f3fa5d13f3f5d |
UTF-8 | 룶콓パ룶췚] | 11101011101000111011011011101100101111011001001111100011100000111001000111101011101000111011011011101100101101111001101001011101 | eba3b6ecbd93e38391eba3b6ecb79a5d |
UHC | 룶콓パ룶췚] | 1000111110101011101100011000111110101011110100011000111110101011101011100101001101011101 | 8fabb18fabd18fabae535d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)