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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | シ闔コ蒔B | 111100001011001110111100111010001000111010111010100011101010101001000010 | f0b3bce88eba8eaa42 |
EUC-JP | ?シ闔コ蒔B | 00111111100011101011110011101111111011101000111010111010101111001010110001000010 | 3f8ebcefee8ebabcac42 |
UTF-8 | シ闔コ蒔B | 11101110100000011011001011101111101111011011110011101001100101111001010011101111101111011011101011101000100100101001010001000010 | ee81b2efbdbce99794efbdbae8929442 |
UHC | ??闔?蒔B | 0011111100111111111110011110111100111111111000111100100001000010 | 3f3ff9ef3fe3c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)