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 | 絲る困貊 | 1110001101001110100000101110100110001101101000101110011010111011 | e34e82e98da2e6bb |
EUC-JP | 絲る困貊 | 1110010110101111101001001110101110111010101001001110110010111101 | e5afa4ebbaa4ecbd |
UTF-8 | 絲る困貊 | 111001111011010110110010111000111000001010001011111001011001101110110000111010001011001010001010 | e7b5b2e3828be59bb0e8b28a |
UHC | 絲る困貊 | 1101111011101010101010101110101111001101110111011101100011100111 | deeaaaebcdddd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)