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 | 役??溢 | 100101101111000000111111001111111000100011101100 | 96f03f3f88ec |
EUC-JP | 役??溢 | 110011001111001000111111001111111011000011101110 | ccf23f3fb0ee |
UTF-8 | 役대끋溢 | 111001011011110110111001111010111000110010000000111010111000000110001011111001101011101010100010 | e5bdb9eb8c80eb818be6baa2 |
UHC | 役대끋溢 | 1110011010110101101101001110101110000101101111011110110011101110 | e6b5b4eb85bdecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)