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 | ???O???PB | 001111110011111100111111010011110011111100111111001111110101000001000010 | 3f3f3f4f3f3f3f5042 |
SJIS-WIN | ???O???PB | 001111110011111100111111010011110011111100111111001111110101000001000010 | 3f3f3f4f3f3f3f5042 |
EUC-JP | ???O???PB | 001111110011111100111111010011110011111100111111001111110101000001000010 | 3f3f3f4f3f3f3f5042 |
UTF-8 | 묷뭊稅O묷뭊稅PB | 111010111010110010110111111010111010110110001010111001111010100010000101010011111110101110101100101101111110101110101101100010101110011110101000100001010101000001000010 | ebacb7ebad8ae7a8854febacb7ebad8ae7a8855042 |
UHC | 묷뭊稅O묷뭊稅PB | 100100100100101110010010010101011110000110101010010011111001001001001011100100100101010111100001101010100101000001000010 | 924b9255e1aa4f924b9255e1aa5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)