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 | 跂駈蹴郤 | 1110011011100011100010111110110110001111010100101110011110111010 | e6e38bed8f52e7ba |
EUC-JP | 跂駈蹴郤 | 1110110011100101101101101110111110111101101100111110111010111100 | ece5b6efbdb3eebc |
UTF-8 | 跂駈蹴郤 | 111010001011011110000010111010011010011110001000111010001011100110110100111010011000001110100100 | e8b782e9a788e8b9b4e983a4 |
UHC | ??蹴? | 0011111100111111111101011110110100111111 | 3f3ff5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)