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 | 爺ゆ?倭 | 10010110111010101000001011100100001111111001100001100000 | 96ea82e43f9860 |
EUC-JP | 爺ゆ?倭 | 11001100111011001010010011100110001111111100111111000001 | cceca4e63fcfc1 |
UTF-8 | 爺ゆ킓倭 | 111001111000100010111010111000111000001010000110111011011000001010010011111001011000000010101101 | e788bae38286ed8293e580ad |
UHC | 爺ゆ킓倭 | 1110010110101100101010101110011010110100100111111110100011011110 | e5acaae6b49fe8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)