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 | 騾厄ス。髢ケ | 111010011000000010010110111011111011110110100001111010011001011010111001 | e98096efbda1e996b9 |
EUC-JP | 騾厄ス。髢ケ | 111100011110000011001100111100011000111010111101100011101010000111110001111101101000111010111001 | f1e0ccf18ebd8ea1f1f68eb9 |
UTF-8 | 騾厄ス。髢ケ | 111010011010100010111110111001011000111010000100111011111011110110111101111011111011110110100001111010011010101110100010111011111011110110111001 | e9a8bee58e84efbdbdefbda1e9aba2efbdb9 |
UHC | ?厄???? | 00111111111001001111100000111111001111110011111100111111 | 3fe4f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)