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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 寤λ?魏?? | 100110111000100010000011110010010011111111101001101100000011111100111111 | 9b8883c93fe9b03f3f |
EUC-JP | 寤λ?魏?? | 110101011110100010100110110010110011111111110010101100100011111100111111 | d5e8a6cb3ff2b23f3f |
UTF-8 | 寤λ씃魏껊쵚 | 1110010110101111101001001100111010111011111011001001010010000011111010011010110110001111111010101011101110001010111011001011010110011010 | e5afa4cebbec9483e9ad8feabb8aecb59a |
UHC | 寤λ씃魏껊쵚 | 111001111111010110100101111010111001110110011011111010101110000010000011111010111010110010011100 | e7f5a5eb9d9beae083ebac9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)