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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???吟?? | 00111111001111110011111110001011111000010011111100111111 | 3f3f3f8be13f3f |
EUC-JP | ???吟?? | 00111111001111110011111110110110111000110011111100111111 | 3f3f3fb6e33f3f |
UTF-8 | 琉쀧맫吟룹샃 | 111011111010011110001100111011001000000010100111111010111010011110101011111001011001000010011111111010111010001110111001111011001000001110000011 | efa78cec80a7eba7abe5909feba3b9ec8383 |
UHC | 琉쀧맫吟룹샃 | 111010111010010010010111111001111001000010110011111010111110000110110111111011001001100010110101 | eba497e790b3ebe1b7ec98b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)