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 | 鬩、讓顔袖 | 111010011010100110100100111001101010100010001010111001111001000110110011 | e9a9a4e6a88ae791b3 |
EUC-JP | 鬩、讓顔袖 | 11110010101010111000111010100100111011001010101010110100111010011100001010110101 | f2ab8ea4ecaab4e9c2b5 |
UTF-8 | 鬩、讓顔袖 | 111010011010110010101001111011111011110110100100111010001010111010010011111010011010000110010100111010001010001010010110 | e9aca9efbda4e8ae93e9a194e8a296 |
UHC | ??讓顔袖 | 0011111100111111111001011101001111100100110101001110001011000000 | 3f3fe5d3e4d4e2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)