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 | ??`??`^ | 00111111001111110110000000111111001111110110000001011110 | 3f3f603f3f605e |
SJIS-WIN | ??`??`^ | 00111111001111110110000000111111001111110110000001011110 | 3f3f603f3f605e |
EUC-JP | ??`??`^ | 00111111001111110110000000111111001111110110000001011110 | 3f3f603f3f605e |
UTF-8 | 창짊`창짊`^ | 111011001011000010111101111011001010011110001010011000001110110010110000101111011110110010100111100010100110000001011110 | ecb0bdeca78a60ecb0bdeca78a605e |
UHC | 창짊`창짊`^ | 1100001110100010110000011111101101100000110000111010001011000001111110110110000001011110 | c3a2c1fb60c3a2c1fb605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)