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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 轣梧コ祝^ | 1110011110000001100011001110011010111010100011110110101001011110 | e7818ce6ba8f6a5e |
EUC-JP | 轣梧コ祝^ | 111011011110000110111000111010001000111010111010101111011100101101011110 | ede1b8e88ebabdcb5e |
UTF-8 | 轣梧コ祝^ | 11101000101111011010001111100110101000101010011111101111101111011011101011100111101001011001110101011110 | e8bda3e6a2a7efbdbae7a59d5e |
UHC | ?梧?祝^ | 00111111111001111111110000111111111101011110011001011110 | 3fe7fc3ff5e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)