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 | ?汝想? | 001111111001001111110000100100010111101000111111 | 3f93f0917a3f |
EUC-JP | ?汝想? | 001111111100011011110010110000011101101100111111 | 3fc6f2c1db3f |
UTF-8 | 왃汝想왃 | 111011001001100110000011111001101011000110011101111001101000001110110011111011001001100110000011 | ec9983e6b19de683b3ec9983 |
UHC | 왃汝想왃 | 1001111010110110111001101010001111011111110011001001111010110110 | 9eb6e6a3dfcc9eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)