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 | 諱呱攜崧、^ | 11100110100000011001100111101011100111011011011011111010101011111010010001011110 | e68199eb9db6faafa45e |
EUC-JP | 諱呱攜崧、^ | 111010111110000111010010111011011101101010111000100011111011101111001010100011101010010001011110 | ebe1d2eddab88fbbca8ea45e |
UTF-8 | 諱呱攜崧、^ | 11101000101010111011000111100101100100011011000111100110100101001001110011100101101101001010011111101111101111011010010001011110 | e8abb1e591b1e6949ce5b4a7efbda45e |
UHC | 諱呱?崧?^ | 111111011100100111001101101100100011111111100010111111100011111101011110 | fdc9cdb23fe2fe3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)