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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鬯渙シ鬯渙コ^ | 1110100110101100100111111101000010111100111010011010110010011111110100001011101001011110 | e9ac9fd0bce9ac9fd0ba5e |
EUC-JP | 鬯渙シ鬯渙コ^ | 11110010101011101101111011010010100011101011110011110010101011101101111011010010100011101011101001011110 | f2aeded28ebcf2aeded28eba5e |
UTF-8 | 鬯渙シ鬯渙コ^ | 11101001101011001010111111100110101110001001100111101111101111011011110011101001101011001010111111100110101110001001100111101111101111011011101001011110 | e9acafe6b899efbdbce9acafe6b899efbdba5e |
UHC | ?渙??渙?^ | 001111111111110010111001001111110011111111111100101110010011111101011110 | 3ffcb93f3ffcb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)