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 | 赱シ譚楢 | 11100110110111111011110011100110100111011001001111101000 | e6dfbce69d93e8 |
EUC-JP | 赱シ譚楢 | 1110110011100001100011101011110011101011111111011100011011101010 | ece18ebcebfdc6ea |
UTF-8 | 赱シ譚楢 | 111010001011010110110001111011111011110110111100111010001010110110011010111001101010010110100010 | e8b5b1efbdbce8ad9ae6a5a2 |
UHC | ??譚楢 | 001111110011111111010011110010011110101011111001 | 3f3fd3c9eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)