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 | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
SJIS-WIN | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
EUC-JP | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
UTF-8 | 묷뫌뫛W묷뫌뫛NB | 111010111010110010110111111010111010101110001100111010111010101110011011010101111110101110101100101101111110101110101011100011001110101110101011100110110100111001000010 | ebacb7ebab8cebab9b57ebacb7ebab8cebab9b4e42 |
UHC | 묷뫌뫛W묷뫌뫛NB | 100100100100101110010001101011101001000110111011010101111001001001001011100100011010111010010001101110110100111001000010 | 924b91ae91bb57924b91ae91bb4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)