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 | ??欣??黑^ | 001111110011111110001011110100110011111100111111111111000100101101011110 | 3f3f8bd33f3ffc4b5e |
EUC-JP | ??欣???^ | 0011111100111111101101101101010100111111001111110011111101011110 | 3f3fb6d53f3f3f5e |
UTF-8 | 쌨뤈欣쌨뤈黑^ | 11101100100011001010100011101011101001001000100011100110101011001010001111101100100011001010100011101011101001001000100011101001101110111001000101011110 | ec8ca8eba488e6aca3ec8ca8eba488e9bb915e |
UHC | 쌨뤈欣쌨뤈黑^ | 10111101110111101000111110111000111111011101101110111101110111101000111110111000111111011101100101011110 | bdde8fb8fddbbdde8fb8fdd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)