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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 邕??邕??^ | 1000111111100001111011010011111100111111100011111110000111101101001111110011111101011110 | 8fe1ed3f3f8fe1ed3f3f5e |
UTF-8 | 邕며댌邕며댌^ | 11101001100000101001010111101011101010011011000011101011100011001000110011101001100000101001010111101011101010011011000011101011100011001000110001011110 | e98295eba9b0eb8c8ce98295eba9b0eb8c8c5e |
UHC | 邕며댌邕며댌^ | 11101000101110111011100011100111100010001011010111101000101110111011100011100111100010001011010101011110 | e8bbb8e788b5e8bbb8e788b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)