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 | 闍コ繝ャ笆ス | 111010001000101110111010111000111000001110101100111000101001011010111101 | e88bbae383ace296bd |
EUC-JP | 闍コ繝ャ笆ス | 111011111110101110001110101110101110010111100011100011101010110011100011111101101000111010111101 | efeb8ebae5e38eace3f68ebd |
UTF-8 | 闍コ繝ャ笆ス | 111010011001011110001101111011111011110110111010111001111011100110011101111011111011110110101100111001111010110010000110111011111011110110111101 | e9978defbdbae7b99defbdace7ac86efbdbd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)