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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 要ζ?鉛 | 10010111011101101000001111000100001111111000100110010100 | 977683c43f8994 |
EUC-JP | 要ζ?鉛 | 11001101110101111010011011000110001111111011000111110100 | cdd7a6c63fb1f4 |
UTF-8 | 要ζ뇪鉛 | 1110100010100110100000011100111010110110111010111000011110101010111010011000100110011011 | e8a681ceb6eb87aae9899b |
UHC | 要ζ뇪鉛 | 1110100110101001101001011110011010000111100100001110011011100111 | e9a9a5e68790e6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)