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 | 筌?‘?? | 11100010101000110011111110000001011001010011111100111111 | e2a33f81653f3f |
EUC-JP | 筌?‘彛? | 111001001010010100111111101000011100011010001111101111001111101000111111 | e4a53fa1c68fbcfa3f |
UTF-8 | 筌듬‘彛쭮 | 111001111010110110001100111010111001001110101100111000101000000010011000111001011011110110011011111011001010110110101110 | e7ad8ceb93ace28098e5bd9becadae |
UHC | 筌듬‘彛쭮 | 11101111101001111011010111101011101000011010111011101100101011011010100001000010 | efa7b5eba1aeecada842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)