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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 獄??魚 | 100011011001011000111111001111111000101110011011 | 8d963f3f8b9b |
EUC-JP | 獄®?魚 | 1011100111110110100011111010001011101110001111111011010111111011 | b9f68fa2ee3fb5fb |
UTF-8 | 獄®걀魚 | 1110011110001101100001001100001010101110111010101011000110000000111010011010110110011010 | e78d84c2aeeab180e9ad9a |
UHC | 獄®걀魚 | 1110100010101011101000101110011110110000101111111110010111100000 | e8aba2e7b0bfe5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)