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 | 章?[章?[^ | 100011111100110100111111010110111000111111001101001111110101101101011110 | 8fcd3f5b8fcd3f5b5e |
EUC-JP | 章?[章?[^ | 101111101100111100111111010110111011111011001111001111110101101101011110 | becf3f5bbecf3f5b5e |
UTF-8 | 章렱[章렱[^ | 111001111010101110100000111010111010000010110001010110111110011110101011101000001110101110100000101100010101101101011110 | e7aba0eba0b15be7aba0eba0b15b5e |
UHC | 章렱[章렱[^ | 1110110111110001100011101011111001011011111011011111000110001110101111100101101101011110 | edf18ebe5bedf18ebe5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)