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 | 窪???? | 100011000100010100111111001111110011111100111111 | 8c453f3f3f3f |
EUC-JP | 窪???? | 101101111010011000111111001111110011111100111111 | b7a63f3f3f3f |
UTF-8 | 窪뀄렗펴렦 | 111001111010101010101010111010111000000010000100111010111010000010010111111011011000111010110100111010111010000010100110 | e7aaaaeb8084eba097ed8eb4eba0a6 |
UHC | 窪뀄렗펴렦 | 11101000110000011011001011101101100011101010110011000110111011001000111010110101 | e8c1b2ed8eacc6ec8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)