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 | ?B??獰 | 00111111100000100110000100111111001111111110000011010110 | 3f82613f3fe0d6 |
EUC-JP | ?B??獰 | 00111111101000111100001000111111001111111110000011011000 | 3fa3c23f3fe0d8 |
UTF-8 | 烈B곤폋獰 | 111011111010011010011111111011111011110010100010111010101011001110100100111011011000111110001011111001111000110110110000 | efa69fefbca2eab3a4ed8f8be78db0 |
UHC | 烈B곤폋獰 | 11100110111011111010001111000010101100001110111110111100100101101110011110111110 | e6efa3c2b0efbc96e7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)