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 | ó¬UàÎ | 1000111011110011100000011010110010000010010101011110000011001110 | 8ef381ac8255e0ce |
SJIS-WIN | ???¬?U?? | 001111110011111100111111100000011100101000111111010101010011111100111111 | 3f3f3f81ca3f553f3f |
EUC-JP | ?ó?¬?UàÎ | 001111111000111110101011110100010011111110100010110011000011111101010101100011111010101110100010100011111010101011000010 | 3f8fabd13fa2cc3f558faba28faac2 |
UTF-8 | ó¬UàÎ | 110000101000111011000011101100111100001010000001110000101010110011000010100000100101010111000011101000001100001110001110 | c28ec3b3c281c2acc28255c3a0c38e |
UHC | ?????U?? | 0011111100111111001111110011111100111111010101010011111100111111 | 3f3f3f3f3f553f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)