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 | 鈔よ渠裔 | 1110011111100010100000101110011010001011100101001110010111100001 | e7e282e68b94e5e1 |
EUC-JP | 鈔よ渠裔 | 1110111011100100101001001110100010110101111101001110101011100011 | eee4a4e8b5f4eae3 |
UTF-8 | 鈔よ渠裔 | 111010011000100010010100111000111000001010001000111001101011100010100000111010001010001110010100 | e98894e38288e6b8a0e8a394 |
UHC | ?よ渠裔 | 00111111101010101110100011001011111000101110011111100000 | 3faae8cbe2e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)