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 | 瘋給5跼 | 1110000110000110100010111000101110000010010101001110011011110000 | e1868b8b8254e6f0 |
EUC-JP | 瘋給5跼 | 1110000111100110101101011110101110100011101101011110110011110010 | e1e6b5eba3b5ecf2 |
UTF-8 | 瘋給5跼 | 111001111001100010001011111001111011010110100110111011111011110010010101111010001011011110111100 | e7988be7b5a6efbc95e8b7bc |
UHC | ?給5? | 001111111101000011100101101000111011010100111111 | 3fd0e5a3b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)