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 | ?癰???? | 00111111111000011001111000111111001111110011111100111111 | 3fe19e3f3f3f3f |
EUC-JP | ?癰???? | 00111111111000011111111000111111001111110011111100111111 | 3fe1fe3f3f3f3f |
UTF-8 | 쒔癰쒀렔쒀렠 | 111011001001001010010100111001111001100110110000111011001001001010000000111010111010000010010100111011001001001010000000111010111010000010100000 | ec9294e799b0ec9280eba094ec9280eba0a0 |
UHC | 쒔癰쒀렔쒀렠 | 101111101010110111101000101110011011111010101100100011101010100110111110101011001000111010110001 | beade8b9beac8ea9beac8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)