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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???占? | 001111110011111100111111100100001110100000111111 | 3f3f3f90e83f |
EUC-JP | ???占? | 001111110011111100111111110000001110101000111111 | 3f3f3fc0ea3f |
UTF-8 | 娛덄뀢占즁 | 111001011010100010011011111010111000110110000100111010111000000010100010111001011000110110100000111011001010011010000001 | e5a89beb8d84eb80a2e58da0eca681 |
UHC | 娛덄뀢占즁 | 11100111111101001000100011100111100001011001100111101111101111111010001101001111 | e7f488e78599efbfa34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)