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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 擾→?節??B | 10001111111011111000000110101000001111111001000011011111001111110011111101000010 | 8fef81a83f90df3f3f42 |
EUC-JP | 擾→?節??B | 10111110111100011010001010101010001111111100000011100001001111110011111101000010 | bef1a2aa3fc0e13f3f42 |
UTF-8 | 擾→퍋節쏙슬B | 11100110100100111011111011100010100001101001001011101101100011011000101111100111101011111000000011101100100011111001100111101100100010101010110001000010 | e693bee28692ed8d8be7af80ec8f99ec8aac42 |
UHC | 擾→퍋節쏙슬B | 11101000111101101010000111100110101110111000001011101111101111011011110111101111101111011011110101000010 | e8f6a1e6bb82efbdbdefbdbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)