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 | ???一? | 001111110011111100111111100010001110101000111111 | 3f3f3f88ea3f |
EUC-JP | ???一? | 001111110011111100111111101100001110110000111111 | 3f3f3fb0ec3f |
UTF-8 | 緣쏆뮁一킖 | 111001111011011110100011111011001000111110000110111010111010111010000001111001001011100010000000111011011000001010010110 | e7b7a3ec8f86ebae81e4b880ed8296 |
UHC | 緣쏆뮁一킖 | 11100110110111101001101111101100100100101001000011101100111010011011010101000010 | e6de9bec9290ece9b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)