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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | ?男??ひV | 0011111110010010011010100011111100111111100000101101000001010110 | 3f926a3f3f82d056 |
EUC-JP | ?男??ひV | 0011111111000011110010110011111100111111101001001101001001010110 | 3fc3cb3f3fa4d256 |
UTF-8 | 룶男룴컦ひV | 11101011101000111011011011100111100101001011011111101011101000111011010011101100101110111010011011100011100000011011001001010110 | eba3b6e794b7eba3b4ecbba6e381b256 |
UHC | 룶男룴컦ひV | 1000111110101011110100011111101110001111101010011011000010001111101010101101001001010110 | 8fabd1fb8fa9b08faad256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)