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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?癰?癰^ | 00111111111000011001111000111111111000011001111001011110 | 3fe19e3fe19e5e |
EUC-JP | ?癰?癰^ | 00111111111000011111111000111111111000011111111001011110 | 3fe1fe3fe1fe5e |
UTF-8 | 쒔癰쒔癰^ | 11101100100100101001010011100111100110011011000011101100100100101001010011100111100110011011000001011110 | ec9294e799b0ec9294e799b05e |
UHC | 쒔癰쒔癰^ | 101111101010110111101000101110011011111010101101111010001011100101011110 | beade8b9beade8b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)