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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ニキ莚ニキ莚^ | 110001101011011111100100101011011100011010110111111001001010110101011110 | c6b7e4adc6b7e4ad5e |
EUC-JP | ニキ莚ニキ莚^ | 10001110110001101000111010110111111010001010111110001110110001101000111010110111111010001010111101011110 | 8ec68eb7e8af8ec68eb7e8af5e |
UTF-8 | ニキ莚ニキ莚^ | 11101111101111101000011011101111101111011011011111101000100011101001101011101111101111101000011011101111101111011011011111101000100011101001101001011110 | efbe86efbdb7e88e9aefbe86efbdb7e88e9a5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)