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 | 訒ュ迺ス | 111110111010001110101101111001111001001010111101 | fba3ade792bd |
EUC-JP | 訒ュ迺ス | 100011111101110111001000100011101010110111101101111100101000111010111101 | 8fddc88eadedf28ebd |
UTF-8 | 訒ュ迺ス | 111010001010100010010010111011111011110110101101111010001011111110111010111011111011110110111101 | e8a892efbdade8bfbaefbdbd |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)