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 | ?????雄 | 00111111001111110011111100111111001111111001011101011001 | 3f3f3f3f3f9759 |
EUC-JP | ?????雄 | 00111111001111110011111100111111001111111100110110111010 | 3f3f3f3f3fcdba |
UTF-8 | 렱렗섧렱렗雄 | 111010111010000010110001111010111010000010010111111011001000010010100111111010111010000010110001111010111010000010010111111010011001101110000100 | eba0b1eba097ec84a7eba0b1eba097e99b84 |
UHC | 렱렗섧렱렗雄 | 100011101011111010001110101011001011110010110101100011101011111010001110101011001110101010101001 | 8ebe8eacbcb58ebe8eaceaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)