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 | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
SJIS-WIN | ?戍?∨y | 00111111100111001111100100111111100000011100100101111001 | 3f9cf93f81c979 |
EUC-JP | ?戍?∨y | 00111111110110001111101100111111101000101100101101111001 | 3fd8fb3fa2cb79 |
UTF-8 | 룶戍춳∨y | 11101011101000111011011011100110100010001000110111101100101101101011001111100010100010001010100001111001 | eba3b6e6888decb6b3e288a879 |
UHC | 룶戍춳∨y | 100011111010101111100010101000011010110110001111101000011111110101111001 | 8fabe2a1ad8fa1fd79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)