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 | 獰?ぎ徇? | 1110000011010110001111111000001010101100100111000110110100111111 | e0d63f82ac9c6d3f |
EUC-JP | 獰?ぎ徇? | 1110000011011000001111111010010010101110110101111100111000111111 | e0d83fa4aed7ce3f |
UTF-8 | 獰띄ぎ徇쒐 | 111001111000110110110000111010111001110110000100111000111000000110001110111001011011111010000111111011001001001010010000 | e78db0eb9d84e3818ee5be87ec9290 |
UHC | 獰띄ぎ徇쒐 | 11100111101111101011011011100111101010101010111011100010110111111001110011100111 | e7beb6e7aaaee2df9ce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)