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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 赱シ譚捺 | 11100110110111111011110011100110100111011001001111100110 | e6dfbce69d93e6 |
EUC-JP | 赱シ譚捺 | 1110110011100001100011101011110011101011111111011100011011101000 | ece18ebcebfdc6e8 |
UTF-8 | 赱シ譚捺 | 111010001011010110110001111011111011110110111100111010001010110110011010111001101000110110111010 | e8b5b1efbdbce8ad9ae68dba |
UHC | ??譚捺 | 001111110011111111010011110010011101000111110100 | 3f3fd3c9d1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)