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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??繰??糟^ | 001111110011111110001100010010100011111100111111100100011000110001011110 | 3f3f8c4a3f3f918c5e |
EUC-JP | ??繰??糟^ | 001111110011111110110111101010110011111100111111110000011110110001011110 | 3f3fb7ab3f3fc1ec5e |
UTF-8 | 씽뤛繰씽뤛糟^ | 11101100100101001011110111101011101001001001101111100111101110011011000011101100100101001011110111101011101001001001101111100111101100111001111101011110 | ec94bdeba49be7b9b0ec94bdeba49be7b39f5e |
UHC | 씽뤛繰씽뤛糟^ | 10111110110001011000111111001010111100001101101110111110110001011000111111001010111100001101100101011110 | bec58fcaf0dbbec58fcaf0d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)