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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 崧崧[崧崧[^ | 1111101010101111111110101010111101011011111110101010111111111010101011110101101101011110 | faaffaaf5bfaaffaaf5b5e |
EUC-JP | 崧崧[崧崧[^ | 100011111011101111001010100011111011101111001010010110111000111110111011110010101000111110111011110010100101101101011110 | 8fbbca8fbbca5b8fbbca8fbbca5b5e |
UTF-8 | 崧崧[崧崧[^ | 111001011011010010100111111001011011010010100111010110111110010110110100101001111110010110110100101001110101101101011110 | e5b4a7e5b4a75be5b4a7e5b4a75b5e |
UHC | 崧崧[崧崧[^ | 1110001011111110111000101111111001011011111000101111111011100010111111100101101101011110 | e2fee2fe5be2fee2fe5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)