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 | 錚?媛? | 111010000100001000111111100101010101000100111111 | e8423f95513f |
EUC-JP | 錚?媛? | 111011111010001100111111110010011011001000111111 | efa33fc9b23f |
UTF-8 | 錚렫媛렗 | 111010011000110010011010111010111010000010101011111001011010101010011011111010111010000010010111 | e98c9aeba0abe5aa9beba097 |
UHC | 錚렫媛렗 | 1110111010110110100011101011100111101010101100001000111010101100 | eeb68eb9eab08eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)