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 | ??????z | 00111111001111110011111100111111001111110011111101111010 | 3f3f3f3f3f3f7a |
SJIS-WIN | 陷帝。秘コソz | 11101000100111001001001011101001101000011001010011101001101110101011111101111010 | e89c92e9a194e9babf7a |
EUC-JP | 陷帝。秘コソz | 11101111111111001100010011101011100011101010000111001000111010111000111010111010100011101011111101111010 | effcc4eb8ea1c8eb8eba8ebf7a |
UTF-8 | 陷帝。秘コソz | 11101001100110011011011111100101101110001001110111101111101111011010000111100111101001111001100011101111101111011011101011101111101111011011111101111010 | e999b7e5b89defbda1e7a798efbdbaefbdbf7a |
UHC | 陷帝?秘??z | 11111001111010001111000010101000001111111101110111111010001111110011111101111010 | f9e8f0a83fddfa3f3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)