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 | ???靭? | 001111110011111100111111100100000111100000111111 | 3f3f3f90783f |
EUC-JP | ???靭? | 001111110011111100111111101111111101100100111111 | 3f3f3fbfd93f |
UTF-8 | 緣쏅슚靭덨 | 111001111011011110100011111011001000111110000101111011001000101010011010111010011001110110101101111010111000110110101000 | e7b7a3ec8f85ec8a9ae99dadeb8da8 |
UHC | 緣쏅슚靭덨 | 11100110110111101001101111101011100110101010100011101100111001011000100101000010 | e6de9beb9aa8ece58942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)