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 | 冶れ?意?? | 100101101110100010000010111010100011111110001000110100110011111100111111 | 96e882ea3f88d33f3f |
EUC-JP | 冶れ?意?? | 110011001110101010100100111011000011111110110000110101010011111100111111 | cceaa4ec3fb0d53f3f |
UTF-8 | 冶れ꽀意쒕젶 | 111001011000011010110110111000111000001010001100111010101011110110000000111001101000010010001111111011001001001010010101111011001010000010110110 | e586b6e3828ceabd80e6848fec9295eca0b6 |
UHC | 冶れ꽀意쒕젶 | 111001011010011110101010111011001000010010010101111010111111001010011100111010111010000010101010 | e5a7aaec8495ebf29ceba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)