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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 滎????? | 1000111111001000101110010011111100111111001111110011111100111111 | 8fc8b93f3f3f3f3f |
UTF-8 | 滎경솛勵뢁ㄱ | 111001101011101110001110111010101011001010111101111011001000011010011011111011111010010110111111111010111010001010000001111000111000010010110001 | e6bb8eeab2bdec869befa5bfeba281e384b1 |
UHC | 滎경솛勵뢁ㄱ | 111110111010001110110000111001101001100110011001111001011111101010001110111110111010010010100001 | fba3b0e69999e5fa8efba4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)