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? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
EUC-JP | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
UTF-8 | 묷뫎뫇W묷 | 11101011101011001011011111101011101010111000111011101011101010111000011101010111111010111010110010110111 | ebacb7ebab8eebab8757ebacb7 |
UHC | 묷뫎뫇W묷 | 100100100100101110010001101100001001000110101010010101111001001001001011 | 924b91b091aa57924b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)