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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 膊皓K | 1110010001001101111000011010100101001011 | e44de1a94b |
EUC-JP | 膊皓K | 1110011110101110111000101010101101001011 | e7aee2ab4b |
UTF-8 | 膊皓K | 11101000100001101000101011100111100110101001001101001011 | e8868ae79a934b |
UHC | 膊皓K | 1101101011011011111110111101001101001011 | dadbfbd34b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)