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 | ?髓?^ | 0011111111101001100100100011111101011110 | 3fe9923f5e |
EUC-JP | ?髓?^ | 0011111111110001111100100011111101011110 | 3ff1f23f5e |
UTF-8 | 뻌髓뽜^ | 11101011101110111000110011101001101010111001001111101011101111011001110001011110 | ebbb8ce9ab93ebbd9c5e |
UHC | 뻌髓뽜^ | 10010110010101011110001011010000100101101101100001011110 | 9655e2d096d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)