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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??癰??癰^ | 001111110011111111100001100111100011111100111111111000011001111001011110 | 3f3fe19e3f3fe19e5e |
EUC-JP | ??癰??癰^ | 001111110011111111100001111111100011111100111111111000011111111001011110 | 3f3fe1fe3f3fe1fe5e |
UTF-8 | 렠렡癰렠렡癰^ | 11101011101000001010000011101011101000001010000111100111100110011011000011101011101000001010000011101011101000001010000111100111100110011011000001011110 | eba0a0eba0a1e799b0eba0a0eba0a1e799b05e |
UHC | 렠렡癰렠렡癰^ | 10001110101100011000111010110010111010001011100110001110101100011000111010110010111010001011100101011110 | 8eb18eb2e8b98eb18eb2e8b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)