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 | 100011101111001110000001101011001000001001010101 | 8ef381ac8255 |
SJIS-WIN | ???¬?U | 00111111001111110011111110000001110010100011111101010101 | 3f3f3f81ca3f55 |
EUC-JP | ?ó?¬?U | 001111111000111110101011110100010011111110100010110011000011111101010101 | 3f8fabd13fa2cc3f55 |
UTF-8 | ó¬U | 1100001010001110110000111011001111000010100000011100001010101100110000101000001001010101 | c28ec3b3c281c2acc28255 |
UHC | ?????U | 001111110011111100111111001111110011111101010101 | 3f3f3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)