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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 役??肄? | 10010110111100000011111100111111111000111110010100111111 | 96f03f3fe3e53f |
EUC-JP | 役??肄? | 11001100111100100011111100111111111001101110011100111111 | ccf23f3fe6e73f |
UTF-8 | 役대끋肄둆 | 111001011011110110111001111010111000110010000000111010111000000110001011111010001000001010000100111010111001000110000110 | e5bdb9eb8c80eb818be88284eb9186 |
UHC | 役대끋肄둆 | 11100110101101011011010011101011100001011011110111101100101111011000101001000010 | e6b5b4eb85bdecbd8a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)