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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淹??猶 | 100111111011100100111111001111111001011101010000 | 9fb93f3f9750 |
EUC-JP | 淹??猶 | 110111101011101100111111001111111100110110110001 | debb3f3fcdb1 |
UTF-8 | 淹곕렯猶 | 111001101011011110111001111010101011001110010101111010111010000010101111111001111000110010110110 | e6b7b9eab395eba0afe78cb6 |
UHC | 淹곕렯猶 | 1110010111110100101100001110101110001110101111001110101110100010 | e5f4b0eb8ebceba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)