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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蒔蒔B | 111100001111101110001110101010101111000111111011100011101010101001000010 | f0fb8eaaf1fb8eaa42 |
EUC-JP | ?蒔?蒔B | 00111111101111001010110000111111101111001010110001000010 | 3fbcac3fbcac42 |
UTF-8 | 蒔蒔B | 11101110100000101011101011101000100100101001010011101110100001011011011011101000100100101001010001000010 | ee82bae89294ee85b6e8929442 |
UHC | ?蒔?蒔B | 00111111111000111100100000111111111000111100100001000010 | 3fe3c83fe3c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)