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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煇幃岫鈞 | 1111101101010111100110111110100110011011101010111110011111100000 | fb579be99babe7e0 |
EUC-JP | 煇幃岫鈞 | 100011111100100111110101110101101110101111010110101011011110111011100010 | 8fc9f5d6ebd6adeee2 |
UTF-8 | 煇幃岫鈞 | 111001111000010110000111111001011011100110000011111001011011001010101011111010011000100010011110 | e78587e5b983e5b2abe9889e |
UHC | 煇?岫鈞 | 11111101110010000011111111100001111110111101000010110111 | fdc83fe1fbd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)