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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 臟?[臟?[^ | 111001000110011000111111010110111110010001100110001111110101101101011110 | e4663f5be4663f5b5e |
EUC-JP | 臟?[臟?[^ | 111001111100011100111111010110111110011111000111001111110101101101011110 | e7c73f5be7c73f5b5e |
UTF-8 | 臟렑[臟렑[^ | 111010001000011110011111111010111010000010010001010110111110100010000111100111111110101110100000100100010101101101011110 | e8879feba0915be8879feba0915b5e |
UHC | 臟렑[臟렑[^ | 1110110111110100100011101010011001011011111011011111010010001110101001100101101101011110 | edf48ea65bedf48ea65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)