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 | ??????Yh | 0011111100111111001111110011111100111111001111110101100101101000 | 3f3f3f3f3f3f5968 |
SJIS-WIN | ????吾?Yh | 001111110011111100111111001111111000110011100001001111110101100101101000 | 3f3f3f3f8ce13f5968 |
EUC-JP | ????吾?Yh | 001111110011111100111111001111111011100011100011001111110101100101101000 | 3f3f3f3fb8e33f5968 |
UTF-8 | 렱렗솎씬吾롎Yh | 1110101110100000101100011110101110100000100101111110110010000110100011101110110010010100101011001110010110010000101111101110101110100001100011100101100101101000 | eba0b1eba097ec868eec94ace590beeba18e5968 |
UHC | 렱렗솎씬吾롎Yh | 1000111010111110100011101010110010111100110101001011111011000000111001111110111010001110110101000101100101101000 | 8ebe8eacbcd4bec0e7ee8ed45968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)