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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?棹莎を□? | 00111111100111101010100011100100101100111000001011110000100000011010000000111111 | 3f9ea8e4b382f081a03f |
EUC-JP | ?棹莎を□? | 00111111110111001010101011101000101101011010010011110010101000101010001000111111 | 3fdcaae8b5a4f2a2a23f |
UTF-8 | 룶棹莎を□룶 | 111010111010001110110110111001101010001110111001111010001000111010001110111000111000001010010010111000101001011010100001111010111010001110110110 | eba3b6e6a3b9e88e8ee38292e296a1eba3b6 |
UHC | 룶棹莎を□룶 | 100011111010101111010100101000011101111011101101101010101111001010100001111000001000111110101011 | 8fabd4a1deedaaf2a1e08fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)