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 | 鴾磁裄ニ悅 | 111010011111101010001110101001011110010111100000110001101111101010111101 | e9fa8ea5e5e0c6fabd |
EUC-JP | 鴾磁裄ニ? | 111100101111110010111100101001111110101011100010100011101100011000111111 | f2fcbca7eae28ec63f |
UTF-8 | 鴾磁裄ニ悅 | 111010011011010010111110111001111010001110000001111010001010001110000100111011111011111010000110111001101000001010000101 | e9b4bee7a381e8a384efbe86e68285 |
UHC | ?磁??悅 | 00111111111011011011100000111111001111111110011011101101 | 3fedb83f3fe6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)