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 | 阡溘j荳 | 1110100010010100100111111110001110000010100010101110010010111000 | e8949fe3828ae4b8 |
EUC-JP | 阡溘j荳 | 1110111111110100110111101110010110100011111010101110100010111010 | eff4dee5a3eae8ba |
UTF-8 | 阡溘j荳 | 111010011001100010100001111001101011101010011000111011111011110110001010111010001000110110110011 | e998a1e6ba98efbd8ae88db3 |
UHC | 阡?j荳 | 11110100110001100011111110100011111010101101010011100101 | f4c63fa3ead4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)