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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??順 | 00111111001111111000111110000111 | 3f3f8f87 |
EUC-JP | ??順 | 00111111001111111011110111100111 | 3f3fbde7 |
UTF-8 | 뤜틣順 | 111010111010010010011100111011011000101110100011111010011010000010000110 | eba49ced8ba3e9a086 |
UHC | 뤜틣順 | 100011111100101110111010100011111110001011110111 | 8fcbba8fe2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)