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 | ?□? | 00111111100000011010000000111111 | 3f81a03f |
EUC-JP | ?□? | 00111111101000101010001000111111 | 3fa2a23f |
UTF-8 | 뤻□휁 | 111010111010010010111011111000101001011010100001111011011001110010000001 | eba4bbe296a1ed9c81 |
UHC | 뤻□휁 | 100011111110100110100001111000001100010010001111 | 8fe9a1e0c48f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)