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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 庸????? | 10010111011001100011111100111111001111110011111100111111 | 97663f3f3f3f3f |
EUC-JP | 庸????? | 11001101110001110011111100111111001111110011111100111111 | cdc73f3f3f3f3f |
UTF-8 | 庸롮쐴溜잙젔 | 111001011011101010111000111010111010000110101110111011001001000010110100111011111010011110001011111011001001111010011001111011001010000010010100 | e5bab8eba1aeec90b4efa78bec9e99eca094 |
UHC | 庸롮쐴溜잙젔 | 111010011011110010001110111011001011111010100001111010101111111010011111111010111010000010010010 | e9bc8eecbea1eafe9feba092 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)