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 | 凞ハス篦 | 111110110101100011001010101111011110001011000010 | fb58cabde2c2 |
EUC-JP | ?ハス篦 | 00111111100011101100101010001110101111011110010011000100 | 3f8eca8ebde4c4 |
UTF-8 | 凞ハス篦 | 111011111010100010010101111011111011111010001010111011111011110110111101111001111010111110100110 | efa895efbe8aefbdbde7afa6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)