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 | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
SJIS-WIN | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
EUC-JP | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
UTF-8 | 혟짭혱_혙짬 | 11101101100110001001111111101100101001111010110111101101100110001011000101011111111011011001100010011001111011001010011110101100 | ed989feca7aded98b15fed9899eca7ac |
UHC | 혟짭혱_혙짬 | 1100001010001001110000101010110011000010100110000101111111000010100001001100001010101011 | c289c2acc2985fc284c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)