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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 烏??仰?^ | 1000100101000111001111110011111110001011110000100011111101011110 | 89473f3f8bc23f5e |
EUC-JP | 烏??仰?^ | 1011000110101000001111110011111110110110110001000011111101011110 | b1a83f3fb6c43f5e |
UTF-8 | 烏숇ㅎ仰럆^ | 11100111100000111000111111101100100010001000011111100011100001011000111011100100101110111011000011101011100111111000011001011110 | e7838fec8887e3858ee4bbb0eb9f865e |
UHC | 烏숇ㅎ仰럆^ | 1110100010100001100110011110101110100100101111101110010011100110100011100110010101011110 | e8a199eba4bee4e68e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)