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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????釋^ | 00111111001111110011111100111111111001111101011101011110 | 3f3f3f3fe7d75e |
EUC-JP | ????釋^ | 00111111001111110011111100111111111011101101100101011110 | 3f3f3f3feed95e |
UTF-8 | 렯롔렯렮釋^ | 11101011101000001010111111101011101000011001010011101011101000001010111111101011101000001010111011101001100001111000101101011110 | eba0afeba194eba0afeba0aee9878b5e |
UHC | 렯롔렯렮釋^ | 1000111010111100100011101101100010001110101111001000111010111011111000001011011101011110 | 8ebc8ed88ebc8ebbe0b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)