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 | 癌??娠 | 100010101110000000111111001111111001000001010000 | 8ae03f3f9050 |
EUC-JP | 癌??娠 | 101101001110001000111111001111111011111110110001 | b4e23f3fbfb1 |
UTF-8 | 癌귙뙳娠 | 111001111001100110001100111010101011011110011001111010111001100110110011111001011010100010100000 | e7998ceab799eb99b3e5a8a0 |
UHC | 癌귙뙳娠 | 1110010011011111100000101110001110001100101101101110001111100011 | e4df82e38cb6e3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)