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 | ?駱??? | 001111111110100101110000001111110011111100111111 | 3fe9703f3f3f |
EUC-JP | ?駱??? | 001111111111000111010001001111110011111100111111 | 3ff1d13f3f3f |
UTF-8 | 저駱저뤒횭 | 111011001010000010000000111010011010011110110001111011001010000010000000111010111010010010010010111011011001101010101101 | eca080e9a7b1eca080eba492ed9aad |
UHC | 저駱저뤒횭 | 11000000111110101101010110101101110000001111101010001111110000101100010001000010 | c0fad5adc0fa8fc2c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)