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 | 庸??艤? | 10010111011001100011111100111111111001000111111000111111 | 97663f3fe47e3f |
EUC-JP | 庸??艤? | 11001101110001110011111100111111111001111101111100111111 | cdc73f3fe7df3f |
UTF-8 | 庸뉗옊艤춚 | 111001011011101010111000111010111000100110010111111011001001100010001010111010001000100110100100111011001011011010011010 | e5bab8eb8997ec988ae889a4ecb69a |
UHC | 庸뉗옊艤춚 | 11101001101111001000011111101100100111101001001011101011111110101010110101110110 | e9bc87ec9e92ebfaad76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)