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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 擾→?節?? | 100011111110111110000001101010000011111110010000110111110011111100111111 | 8fef81a83f90df3f3f |
EUC-JP | 擾→?節?? | 101111101111000110100010101010100011111111000000111000010011111100111111 | bef1a2aa3fc0e13f3f |
UTF-8 | 擾→퍋節쏙쉈 | 111001101001001110111110111000101000011010010010111011011000110110001011111001111010111110000000111011001000111110011001111011001000100110001000 | e693bee28692ed8d8be7af80ec8f99ec8988 |
UHC | 擾→퍋節쏙쉈 | 111010001111011010100001111001101011101110000010111011111011110110111101111011111011110110100101 | e8f6a1e6bb82efbdbdefbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)