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 | 裹キ鬣貞 | 11100101111001011011011111101001101001011001001011100101 | e5e5b7e9a592e5 |
EUC-JP | 裹キ鬣貞 | 1110101011100111100011101011011111110010101001111100010011100111 | eae78eb7f2a7c4e7 |
UTF-8 | 裹キ鬣貞 | 111010001010001110111001111011111011110110110111111010011010110010100011111010001011001010011110 | e8a3b9efbdb7e9aca3e8b29e |
UHC | ???貞 | 0011111100111111001111111110111111110110 | 3f3f3feff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)