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 | 剪?弔瀧 | 10011001100100100011111110010010101000101001000111101011 | 99923f92a291eb |
EUC-JP | 剪?弔瀧 | 11010001111100100011111111000100101001001100001011101101 | d1f23fc4a4c2ed |
UTF-8 | 剪렲弔瀧 | 111001011000100110101010111010111010000010110010111001011011110010010100111001111000000010100111 | e589aaeba0b2e5bc94e780a7 |
UHC | 剪렲弔瀧 | 1110111011110010100011101011111111110000110000001101011011101001 | eef28ebff0c0d6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)