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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 驍≫速h驍≫ | 1110100110000010100000011110001010010001101011000110100011101001100000101000000111100010 | e98281e291ac68e98281e2 |
EUC-JP | 驍≫速h驍≫ | 1111000111100010101000101110010011000010101011100110100011110001111000101010001011100100 | f1e2a2e4c2ae68f1e2a2e4 |
UTF-8 | 驍≫速h驍≫ | 11101001101010011000110111100010100010011010101111101001100000001001111101101000111010011010100110001101111000101000100110101011 | e9a98de289abe9809f68e9a98de289ab |
UHC | 驍≫速h驍≫ | 1111110110100100101000011110110111100001110111000110100011111101101001001010000111101101 | fda4a1ede1dc68fda4a1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)