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 | ??????Q | 00111111001111110011111100111111001111110011111101010001 | 3f3f3f3f3f3f51 |
SJIS-WIN | 絶??節??Q | 100100001110001000111111001111111001000011011111001111110011111101010001 | 90e23f3f90df3f3f51 |
EUC-JP | 絶??節??Q | 110000001110010000111111001111111100000011100001001111110011111101010001 | c0e43f3fc0e13f3f51 |
UTF-8 | 絶쀧옞節⑻뒯Q | 11100111101101011011011011101100100000001010011111101100100110001001111011100111101011111000000011100010100100011011101111101011100100101010111101010001 | e7b5b6ec80a7ec989ee7af80e291bbeb92af51 |
UHC | 絶쀧옞節⑻뒯Q | 11101111101111101001011111100111100111101010000011101111101111011010100111101110100010101010100001010001 | efbe97e79ea0efbda9ee8aa851 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)