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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?鹽?徐?? | 0011111111101010011001000011111110001111100110010011111100111111 | 3fea643f8f993f3f |
EUC-JP | ?鹽?徐?? | 0011111111110011110001010011111110111101111110010011111100111111 | 3ff3c53fbdf93f3f |
UTF-8 | 쒔鹽렊徐렋뤀 | 111011001001001010010100111010011011100110111101111010111010000010001010111001011011111010010000111010111010000010001011111010111010010010000000 | ec9294e9b9bdeba08ae5be90eba08beba480 |
UHC | 쒔鹽렊徐렋뤀 | 101111101010110111100111101001001000111010100001110111111110111110001110101000101000111110110001 | beade7a48ea1dfef8ea28fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)