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 | 形??形 | 100011000110000000111111001111111000110001100000 | 8c603f3f8c60 |
EUC-JP | 形??形 | 101101111100000100111111001111111011011111000001 | b7c13f3fb7c1 |
UTF-8 | 形쎾뤀形 | 111001011011110110100010111011001000111010111110111010111010010010000000111001011011110110100010 | e5bda2ec8ebeeba480e5bda2 |
UHC | 形쎾뤀形 | 1111101110100001100110111110010110001111101100011111101110100001 | fba19be58fb1fba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)