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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 詣?? | 10001100011101110011111100111111 | 8c773f3f |
EUC-JP | 詣?? | 10110111110110000011111100111111 | b7d83f3f |
UTF-8 | 詣싧뒲 | 111010001010100110100011111011001000101110100111111010111001001010110010 | e8a9a3ec8ba7eb92b2 |
UHC | 詣싧뒲 | 111001111110000110011010111001011000101010101011 | e7e19ae58aab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)