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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 赱シ譚途B | 1110011011011111101111001110011010011101100100110111001001000010 | e6dfbce69d937242 |
EUC-JP | 赱シ譚途B | 111011001110000110001110101111001110101111111101110001011101001101000010 | ece18ebcebfdc5d342 |
UTF-8 | 赱シ譚途B | 11101000101101011011000111101111101111011011110011101000101011011001101011101001100000001001010001000010 | e8b5b1efbdbce8ad9ae9809442 |
UHC | ??譚途B | 00111111001111111101001111001001110101001011001001000010 | 3f3fd3c9d4b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)