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???t | 0011111100111111001111110101011100111111001111110011111101110100 | 3f3f3f573f3f3f74 |
SJIS-WIN | ???W???t | 0011111100111111001111110101011100111111001111110011111101110100 | 3f3f3f573f3f3f74 |
EUC-JP | ???W???t | 0011111100111111001111110101011100111111001111110011111101110100 | 3f3f3f573f3f3f74 |
UTF-8 | 묷뫌뫛W묷뭊몺t | 1110101110101100101101111110101110101011100011001110101110101011100110110101011111101011101011001011011111101011101011011000101011101011101010101011101001110100 | ebacb7ebab8cebab9b57ebacb7ebad8aebaaba74 |
UHC | 묷뫌뫛W묷뭊몺t | 1001001001001011100100011010111010010001101110110101011110010010010010111001001001010101100100011010000001110100 | 924b91ae91bb57924b925591a074 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)