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 | 永??偃??^ | 100010010110100100111111001111111001100011101110001111110011111101011110 | 89693f3f98ee3f3f5e |
EUC-JP | 永??偃??^ | 101100011100101000111111001111111101000011110000001111110011111101011110 | b1ca3f3fd0f03f3f5e |
UTF-8 | 永귣젚偃띾젿^ | 11100110101100001011100011101010101101111010001111101100101000001001101011100101100000011000001111101011100111011011111011101100101000001011111101011110 | e6b0b8eab7a3eca09ae58183eb9dbeeca0bf5e |
UHC | 永귣젚偃띾젿^ | 11100111101101011000001011101011101000001001011011100101111001111000110111101011101000001011000101011110 | e7b582eba096e5e78deba0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)