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 | ???q?? | 001111110011111100111111011100010011111100111111 | 3f3f3f713f3f |
SJIS-WIN | ???q?? | 001111110011111100111111011100010011111100111111 | 3f3f3f713f3f |
EUC-JP | ???q?? | 001111110011111100111111011100010011111100111111 | 3f3f3f713f3f |
UTF-8 | 혧혙혨q혧혙 | 11101101100110001010011111101101100110001001100111101101100110001010100001110001111011011001100010100111111011011001100010011001 | ed98a7ed9899ed98a871ed98a7ed9899 |
UHC | 혧혙혨q혧혙 | 1100001010001111110000101000010011000010100100000111000111000010100011111100001010000100 | c28fc284c29071c28fc284 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)