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 | 倭??魚ょ | 1001100001100000001111110011111110001011100110111000001011100101 | 98603f3f8b9b82e5 |
EUC-JP | 倭??魚ょ | 1100111111000001001111110011111110110101111110111010010011100111 | cfc13f3fb5fba4e7 |
UTF-8 | 倭롨괭魚ょ | 111001011000000010101101111010111010000110101000111010101011010010101101111010011010110110011010111000111000001010000111 | e580adeba1a8eab4ade9ad9ae38287 |
UHC | 倭롨괭魚ょ | 11101000110111101000111011101000101100011010101011100101111000001010101011100111 | e8de8ee8b1aae5e0aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)