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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 鋺耕}Y鋺耕}bE | 11100111111110101000110101101011011111010101100111100111111110101000110101101011011111010110001001000101 | e7fa8d6b7d59e7fa8d6b7d6245 |
EUC-JP | 鋺耕}Y鋺耕}bE | 11101110111111001011100111001100011111010101100111101110111111001011100111001100011111010110001001000101 | eefcb9cc7d59eefcb9cc7d6245 |
UTF-8 | 鋺耕}Y鋺耕}bE | 1110100110001011101110101110100010000000100101010111110101011001111010011000101110111010111010001000000010010101011111010110001001000101 | e98bbae880957d59e98bbae880957d6245 |
UHC | ?耕}Y?耕}bE | 0011111111001100111010010111110101011001001111111100110011101001011111010110001001000101 | 3fcce97d593fcce97d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)