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 | ¬¦Y | 10010001101000001001000110101100100100011010011010010010010110011001000110011111 | 91a091ac91a69259919f |
SJIS-WIN | ???¬???Y?? | 0011111100111111001111111000000111001010001111110011111100111111010110010011111100111111 | 3f3f3f81ca3f3f3f593f3f |
EUC-JP | ???¬?¦?Y?? | 00111111001111110011111110100010110011000011111110001111101000101100001100111111010110010011111100111111 | 3f3f3fa2cc3f8fa2c33f593f3f |
UTF-8 | ¬¦Y | 11000010100100011100001010100000110000101001000111000010101011001100001010010001110000101010011011000010100100100101100111000010100100011100001010011111 | c291c2a0c291c2acc291c2a6c29259c291c29f |
UHC | ???????Y?? | 00111111001111110011111100111111001111110011111100111111010110010011111100111111 | 3f3f3f3f3f3f3f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)