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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?渚???? | 00111111100011111000110100111111001111110011111100111111 | 3f8f8d3f3f3f3f |
EUC-JP | ?渚???? | 00111111101111011110110100111111001111110011111100111111 | 3fbded3f3f3f3f |
UTF-8 | 렳渚롛렳롃야 | 111010111010000010110011111001101011100010011010111010111010000110011011111010111010000010110011111010111010000110000011111011001001010110111100 | eba0b3e6b89aeba19beba0b3eba183ec95bc |
UHC | 렳渚롛렳롃야 | 100011101100000011101110110000101000111011011111100011101100000010001110110010101011111011011111 | 8ec0eec28edf8ec08ecabedf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)