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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 訝??節?F | 1110011001100010001111110011111110010000110111110011111101000110 | e6623f3f90df3f46 |
EUC-JP | 訝??節?F | 1110101111000011001111110011111111000000111000010011111101000110 | ebc33f3fc0e13f46 |
UTF-8 | 訝딁쐢節촍F | 11101000101010001001110111101011100101001000000111101100100100001010001011100111101011111000000011101100101101001000110101000110 | e8a89deb9481ec90a2e7af80ecb48d46 |
UHC | 訝딁쐢節촍F | 1110010010111000100010101110011110011100100010001110111110111101101011000100110001000110 | e4b88ae79c88efbdac4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)