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 | 外?[外?[^ | 100010100100111100111111010110111000101001001111001111110101101101011110 | 8a4f3f5b8a4f3f5b5e |
EUC-JP | 外?[外?[^ | 101100111011000000111111010110111011001110110000001111110101101101011110 | b3b03f5bb3b03f5b5e |
UTF-8 | 外뺹[外뺹[^ | 111001011010010010010110111010111011101010111001010110111110010110100100100101101110101110111010101110010101101101011110 | e5a496ebbab95be5a496ebbab95b5e |
UHC | 外뺹[外뺹[^ | 1110100011100010100101100100001001011011111010001110001010010110010000100101101101011110 | e8e296425be8e296425b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)