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 | ?曉?? | 0011111110011101111110100011111100111111 | 3f9dfa3f3f |
EUC-JP | ?曉?湄 | 00111111110110101111110000111111100011111100011111110001 | 3fdafc3f8fc7f1 |
UTF-8 | 뤌曉ㄿ湄 | 111010111010010010001100111001101001101110001001111000111000010010111111111001101011100110000100 | eba48ce69b89e384bfe6b984 |
UHC | 뤌曉ㄿ湄 | 1000111110111100111111001111101110100100101011111101101010110101 | 8fbcfcfba4afdab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)