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 | 邀??壤?? | 1110011110110001001111110011111110011010110111110011111100111111 | e7b13f3f9adf3f3f |
EUC-JP | 邀??壤?? | 1110111010110011001111110011111111010100111000010011111100111111 | eeb33f3fd4e13f3f |
UTF-8 | 邀묕쉈壤ㅸ츘 | 111010011000001010000000111010111010110010010101111011001000100110001000111001011010001110100100111000111000010110111000111011001011100010011000 | e98280ebac95ec8988e5a3a4e385b8ecb898 |
UHC | 邀묕쉈壤ㅸ츘 | 111010011010110110010001111011111011110110100101111001011011110110100100111010001010111010010010 | e9ad91efbda5e5bda4e8ae92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)