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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 兀??隘??B | 100110010101100100111111001111111110100010100101001111110011111101000010 | 99593f3fe8a53f3f42 |
EUC-JP | 兀??隘??B | 110100011011101000111111001111111111000010100111001111110011111101000010 | d1ba3f3ff0a73f3f42 |
UTF-8 | 兀덂뎴隘녺떥B | 11100101100001011000000011101011100011011000001011101011100011101011010011101001100110101001100011101011100001011011101011101011100101101010010101000010 | e58580eb8d82eb8eb4e99a98eb85baeb96a542 |
UHC | 兀덂뎴隘녺떥B | 11101000101101001000100011100101100010011000011111100100111101101000011011100111100010111011100001000010 | e8b488e58987e4f686e78bb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)