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 | 窪?├? | 100011000100010100111111100001001010010100111111 | 8c453f84a53f |
EUC-JP | 窪?├? | 101101111010011000111111101010001010011100111111 | b7a63fa8a73f |
UTF-8 | 窪쭤├뤜 | 111001111010101010101010111011001010110110100100111000101001010010011100111010111010010010011100 | e7aaaaecada4e2949ceba49c |
UHC | 窪쭤├뤜 | 1110100011000001110000101110010110100110101001111000111111001011 | e8c1c2e5a6a78fcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)