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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 窈ラ?節??\ | 11100010011101111000001110001001001111111001000011011111001111110011111101011100 | e27783893f90df3f3f5c |
EUC-JP | 窈ラ?節??\ | 11100011110110001010010111101001001111111100000011100001001111110011111101011100 | e3d8a5e93fc0e13f3f5c |
UTF-8 | 窈ラ썵節쏙숴\ | 11100111101010101000100011100011100000111010100111101100100011011011010111100111101011111000000011101100100011111001100111101100100010001011010001011100 | e7aa88e383a9ec8db5e7af80ec8f99ec88b45c |
UHC | 窈ラ썵節쏙숴\ | 11101001101000011010101111101001100110111010001111101111101111011011110111101111101111011010010001011100 | e9a1abe99ba3efbdbdefbda45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)