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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 顋咎尸^ | 11101000111110011001100111101001100110111001100101011110 | e8f999e99b995e |
EUC-JP | 顋咎尸^ | 11110000111110111101001011101011110101011111100101011110 | f0fbd2ebd5f95e |
UTF-8 | 顋咎尸^ | 11101001101000011000101111100101100100101000111011100101101100001011100001011110 | e9a18be5928ee5b0b85e |
UHC | ?咎尸^ | 001111111100111110100100111000111011100101011110 | 3fcfa4e3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)