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 | ???c???cB | 001111110011111100111111011000110011111100111111001111110110001101000010 | 3f3f3f633f3f3f6342 |
SJIS-WIN | ???c???cB | 001111110011111100111111011000110011111100111111001111110110001101000010 | 3f3f3f633f3f3f6342 |
EUC-JP | ???c???cB | 001111110011111100111111011000110011111100111111001111110110001101000010 | 3f3f3f633f3f3f6342 |
UTF-8 | 묷뫌뫛c묷뫌뫛cB | 111010111010110010110111111010111010101110001100111010111010101110011011011000111110101110101100101101111110101110101011100011001110101110101011100110110110001101000010 | ebacb7ebab8cebab9b63ebacb7ebab8cebab9b6342 |
UHC | 묷뫌뫛c묷뫌뫛cB | 100100100100101110010001101011101001000110111011011000111001001001001011100100011010111010010001101110110110001101000010 | 924b91ae91bb63924b91ae91bb6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)