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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?叔叔?? | 00111111100011110110011010001111011001100011111100111111 | 3f8f668f663f3f |
EUC-JP | ?叔叔鉥? | 001111111011110111000111101111011100011110001111111000111110100000111111 | 3fbdc7bdc78fe3e83f |
UTF-8 | 왃叔叔鉥윎 | 111011001001100110000011111001011000111110010100111001011000111110010100111010011000100110100101111011001001110010001110 | ec9983e58f94e58f94e989a5ec9c8e |
UHC | 왃叔叔鉥윎 | 10011110101101101110001011010010111000101101001011100010111111001001111110010101 | 9eb6e2d2e2d2e2fc9f95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)