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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臟??臟?? | 1110010001100110001111110011111111100100011001100011111100111111 | e4663f3fe4663f3f |
EUC-JP | 臟??臟?? | 1110011111000111001111110011111111100111110001110011111100111111 | e7c73f3fe7c73f3f |
UTF-8 | 臟묊윐臟뚨츕 | 111010001000011110011111111010111010110010001010111011001001110010010000111010001000011110011111111010111001101010101000111011001011100010010101 | e8879febac8aec9c90e8879feb9aa8ecb895 |
UHC | 臟묊윐臟뚨츕 | 111011011111010010010001111001111001111110010111111011011111010010001100111001111010111010001111 | edf491e79f97edf48ce7ae8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)