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 | ?????╋ | 00111111001111110011111100111111001111111000010010110100 | 3f3f3f3f3f84b4 |
EUC-JP | ???瀣?╋ | 001111110011111100111111100011111100100110110001001111111010100010110110 | 3f3f3f8fc9b13fa8b6 |
UTF-8 | 呂뽧룇瀣믭╋ | 111011111010011010000000111010111011110110100111111010111010001110000111111001111000000010100011111010111010111110101101111000101001010110001011 | efa680ebbda7eba387e780a3ebafade2958b |
UHC | 呂뽧룇瀣믭╋ | 111001011111101110010110111000111000111110000110111110101010111010010010111011111010011010110110 | e5fb96e38f86faae92efa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)