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 | ????[? | 001111110011111100111111001111110101101100111111 | 3f3f3f3f5b3f |
SJIS-WIN | 鞜擾スュ[顋 | 111010001101111110001111111011111011110110101101010110111110100011111001 | e8df8fefbdad5be8f9 |
EUC-JP | 鞜擾スュ[顋 | 1111000011100001101111101111000110001110101111011000111010101101010110111111000011111011 | f0e1bef18ebd8ead5bf0fb |
UTF-8 | 鞜擾スュ[顋 | 11101001100111101001110011100110100100111011111011101111101111011011110111101111101111011010110101011011111010011010000110001011 | e99e9ce693beefbdbdefbdad5be9a18b |
UHC | ?擾??[? | 00111111111010001111011000111111001111110101101100111111 | 3fe8f63f3f5b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)