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 | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | ???寤??v | 0011111100111111001111111001101110001000001111110011111101110110 | 3f3f3f9b883f3f76 |
EUC-JP | ???寤??v | 0011111100111111001111111101010111101000001111110011111101110110 | 3f3f3fd5e83f3f76 |
UTF-8 | 轢용젿寤뤿젧v | 11101111101001101000110111101100100110101010100111101100101000001011111111100101101011111010010011101011101001001011111111101100101000001010011101110110 | efa68dec9aa9eca0bfe5afa4eba4bfeca0a776 |
UHC | 轢용젿寤뤿젧v | 11100110101111001011111111101011101000001011000111100111111101011000111111101011101000001001111101110110 | e6bcbfeba0b1e7f58feba09f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)