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 | 亦???? | 100101101001001000111111001111110011111100111111 | 96923f3f3f3f |
EUC-JP | 亦???? | 110010111111001000111111001111110011111100111111 | cbf23f3f3f3f |
UTF-8 | 亦껊끼泥낦 | 111001001011101010100110111010101011101110001010111010111000000110111100111011111010011110100011111010111000001010100110 | e4baa6eabb8aeb81bcefa7a3eb82a6 |
UHC | 亦껊끼泥낦 | 11100110101100101000001111101011101100111010001011101100101100101000011001000010 | e6b283ebb3a2ecb28642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)