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 | 悟??伍 | 100011001110010100111111001111111000110011011110 | 8ce53f3f8cde |
EUC-JP | 悟??伍 | 101110001110011100111111001111111011100011100000 | b8e73f3fb8e0 |
UTF-8 | 悟딁쵉伍 | 111001101000001010011111111010111001010010000001111011001011010110001001111001001011110010001101 | e6829feb9481ecb589e4bc8d |
UHC | 悟딁쵉伍 | 1110011111110110100010101110011110101100100010111110011111101010 | e7f68ae7ac8be7ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)