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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???艶?? | 00111111001111110011111110001001100100000011111100111111 | 3f3f3f89903f3f |
EUC-JP | ???艶?? | 00111111001111110011111110110001111100000011111100111111 | 3f3f3fb1f03f3f |
UTF-8 | 얍롏렏艶애롉 | 111011001001011010001101111010111010000110001111111010111010000010001111111010001000100110110110111011001001010110100000111010111010000110001001 | ec968deba18feba08fe889b6ec95a0eba189 |
UHC | 얍롏렏艶애롉 | 101111101110010110001110110101011000111010100101111001101111110110111110110101101000111011001111 | bee58ed58ea5e6fdbed68ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)