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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?腺^ | 00111111100100010100001001011110 | 3f91425e |
EUC-JP | ?腺^ | 00111111110000011010001101011110 | 3fc1a35e |
UTF-8 | 量腺^ | 11101111101001011011111011101000100001011011101001011110 | efa5bee885ba5e |
UHC | 量腺^ | 1110010111010110111000001100110101011110 | e5d6e0cd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)