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 | ´\[´\[^ | 1001000110110100100100100101110001011011100100011011010010010010010111000101101101011110 | 91b4925c5b91b4925c5b5e |
SJIS-WIN | ?´?\[?´?\[^ | 00111111100000010100110000111111010111000101101100111111100000010100110000111111010111000101101101011110 | 3f814c3f5c5b3f814c3f5c5b5e |
EUC-JP | ?´?\[?´?\[^ | 00111111101000011010110100111111010111000101101100111111101000011010110100111111010111000101101101011110 | 3fa1ad3f5c5b3fa1ad3f5c5b5e |
UTF-8 | ´\[´\[^ | 1100001010010001110000101011010011000010100100100101110001011011110000101001000111000010101101001100001010010010010111000101101101011110 | c291c2b4c2925c5bc291c2b4c2925c5b5e |
UHC | ?´?\[?´?\[^ | 00111111101000101010010100111111010111000101101100111111101000101010010100111111010111000101101101011110 | 3fa2a53f5c5b3fa2a53f5c5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)