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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迯サ逡ゥ迴撮 | 11100111100011011011101111100111100101011010100111100111100011111000111001000010 | e78dbbe795a9e78f8e42 |
EUC-JP | 迯サ逡ゥ迴撮 | 111011011110110110001110101110111110110111110101100011101010100111101101111011111011101110100011 | eded8ebbedf58ea9edefbba3 |
UTF-8 | 迯サ逡ゥ迴撮 | 111010001011111110101111111011111011110110111011111010011000000010100001111011111011110110101001111010001011111110110100111001101001001010101110 | e8bfafefbdbbe980a1efbda9e8bfb4e692ae |
UHC | ??逡??撮 | 0011111100111111111100011110010000111111001111111111010111001001 | 3f3ff1e43f3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)