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 | ?遂? | 00111111100100001000101100111111 | 3f908b3f |
EUC-JP | ?遂? | 00111111101111111110101100111111 | 3fbfeb3f |
UTF-8 | 쑀遂뼔 | 111011001001000110000000111010011000000110000010111010111011110010010100 | ec9180e98182ebbc94 |
UHC | 쑀遂뼔 | 100111001010000011100010110001001001011010011100 | 9ca0e2c4969c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)