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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?釋? | 00111111111001111101011100111111 | 3fe7d73f |
EUC-JP | ?釋? | 00111111111011101101100100111111 | 3feed93f |
UTF-8 | 옟釋꺁 | 111011001001100010011111111010011000011110001011111010101011101010000001 | ec989fe9878beaba81 |
UHC | 옟釋꺁 | 100111101010000111100000101101111000001110101010 | 9ea1e0b783aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)