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 | 趁狗ャ俶瘠 | 111001101110000110001011111001111010110010011000111001101110000110001011 | e6e18be7ac98e6e18b |
EUC-JP | 趁狗ャ俶瘠 | 11101100111000111011011011101001100011101010110011010000111010001110000111101011 | ece3b6e98eacd0e8e1eb |
UTF-8 | 趁狗ャ俶瘠 | 111010001011011010000001111001111000101110010111111011111011110110101100111001001011111110110110111001111001100010100000 | e8b681e78b97efbdace4bfb6e798a0 |
UHC | ?狗??瘠 | 00111111110011111011011100111111001111111111010010110000 | 3fcfb73f3ff4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)