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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 徇??{d | 100111000110110100111111001111110111101101100100 | 9c6d3f3f7b64 |
EUC-JP | 徇??{d | 110101111100111000111111001111110111101101100100 | d7ce3f3f7b64 |
UTF-8 | 徇뒉뒽{d | 1110010110111110100001111110101110010010100010011110101110010010101111010111101101100100 | e5be87eb9289eb92bd7b64 |
UHC | 徇뒉뒽{d | 1110001011011111100010101000011010001010101100110111101101100100 | e2df8a868ab37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)