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 | 鞴鷺脅鬥 | 1110100011100100100011011110101110001011101110101110100110100110 | e8e48deb8bbae9a6 |
EUC-JP | 鞴鷺脅鬥 | 1111000011100110101110101110110110110110101111001111001010101000 | f0e6baedb6bcf2a8 |
UTF-8 | 鞴鷺脅鬥 | 111010011001111010110100111010011011011110111010111010001000010010000101111010011010110010100101 | e99eb4e9b7bae88485e9aca5 |
UHC | ?鷺脅? | 001111111101011011011100111110101111011000111111 | 3fd6dcfaf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)