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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嘶??? | 1001101001111100001111110011111100111111 | 9a7c3f3f3f |
EUC-JP | 嘶??瀯 | 11010011110111010011111100111111100011111100100110110010 | d3dd3f3f8fc9b2 |
UTF-8 | 嘶뜌뢅瀯 | 111001011001100010110110111010111001110010001100111010111010001010000101111001111000000010101111 | e598b6eb9c8ceba285e780af |
UHC | 嘶뜌뢅瀯 | 1110001110110110100011011000111110001111010000011110011110111011 | e3b68d8f8f41e7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)