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 | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
SJIS-WIN | 踞セN豸悟 | 1110011011110101101111100100111011100110101101101000110011100101 | e6f5be4ee6b68ce5 |
EUC-JP | 踞セN豸悟 | 111011001111011110001110101111100100111011101100101110001011100011100111 | ecf78ebe4eecb8b8e7 |
UTF-8 | 踞セN豸悟 | 11101000101110001001111011101111101111011011111001001110111010001011000110111000111001101000001010011111 | e8b89eefbdbe4ee8b1b8e6829f |
UHC | 踞?N?悟 | 11001011111001100011111101001110001111111110011111110110 | cbe63f4e3fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)