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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???悟? | 001111110011111100111111100011001110010100111111 | 3f3f3f8ce53f |
EUC-JP | 濚??悟? | 1000111111001001101000010011111100111111101110001110011100111111 | 8fc9a13f3fb8e73f |
UTF-8 | 濚밸튊悟둆 | 111001101011111110011010111010111011000010111000111011011000101010001010111001101000001010011111111010111001000110000110 | e6bf9aebb0b8ed8a8ae6829feb9186 |
UHC | 濚밸튊悟둆 | 11100111101110011011100111101011101110011001111011100111111101101000101001000010 | e7b9b9ebb99ee7f68a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)