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 | 蔚?俺?? | 10001001010101010011111110001001101101000011111100111111 | 89553f89b43f3f |
EUC-JP | 蔚?俺?? | 10110001101101100011111110110010101101100011111100111111 | b1b63fb2b63f3f |
UTF-8 | 蔚렎俺뀁렠 | 111010001001010010011010111010111010000010001110111001001011111110111010111010111000000010000001111010111010000010100000 | e8949aeba08ee4bfbaeb8081eba0a0 |
UHC | 蔚렎俺뀁렠 | 11101010101001011000111010100100111001011110111110110010111011001000111010110001 | eaa58ea4e5efb2ec8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)