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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?暖絆?? | 00111111100100100110011111100011010010100011111100111111 | 3f9267e34a3f3f |
EUC-JP | ?暖絆?? | 00111111110000111100100011100101101010110011111100111111 | 3fc3c8e5ab3f3f |
UTF-8 | 뤶暖絆쫷ㆀ | 111010111010010010110110111001101001101010010110111001111011010110000110111011001010101110110111111000111000011010000000 | eba4b6e69a96e7b586ecabb7e38680 |
UHC | 뤶暖絆쫷ㆀ | 10001111111001001101000111101100110110101111010010100110100011101010010011110000 | 8fe4d1ecdaf4a68ea4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)