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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阻?逡? | 100100010110101000111111111001111001010100111111 | 916a3fe7953f |
EUC-JP | 阻?逡? | 110000011100101100111111111011011111010100111111 | c1cb3fedf53f |
UTF-8 | 阻렎逡렟 | 111010011001100010111011111010111010000010001110111010011000000010100001111010111010000010011111 | e998bbeba08ee980a1eba09f |
UHC | 阻렎逡렟 | 1111000011100110100011101010010011110001111001001000111010110000 | f0e68ea4f1e48eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)