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 | ?暖絆??? | 0011111110010010011001111110001101001010001111110011111100111111 | 3f9267e34a3f3f3f |
EUC-JP | ?暖絆??? | 0011111111000011110010001110010110101011001111110011111100111111 | 3fc3c8e5ab3f3f3f |
UTF-8 | 뤶暖絆쫷ㆀ체 | 111010111010010010110110111001101001101010010110111001111011010110000110111011001010101110110111111000111000011010000000111011001011001010110100 | eba4b6e69a96e7b586ecabb7e38680ecb2b4 |
UHC | 뤶暖絆쫷ㆀ체 | 100011111110010011010001111011001101101011110100101001101000111010100100111100001100001110111100 | 8fe4d1ecdaf4a68ea4f0c3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)