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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癌??預 | 100010101110000000111111001111111001011101100001 | 8ae03f3f9761 |
EUC-JP | 癌??預 | 101101001110001000111111001111111100110111000010 | b4e23f3fcdc2 |
UTF-8 | 癌꿱춼預 | 111001111001100110001100111010101011111110110001111011001011011010111100111010011010000010010000 | e7998ceabfb1ecb6bce9a090 |
UHC | 癌꿱춼預 | 1110010011011111101100101110100010101101100110001110011111101000 | e4dfb2e8ad98e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)