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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ル?誼 | 001111111000001110001011001111111000101101100010 | 3f838b3f8b62 |
EUC-JP | ?ルŀ誼 | 0011111110100101111010111000111110101001110010011011010111000011 | 3fa5eb8fa9c9b5c3 |
UTF-8 | 曆ルŀ誼 | 1110111110100110100010111110001110000011101010111100010110000000111010001010101010111100 | efa68be383abc580e8aabc |
UHC | 曆ルŀ誼 | 1110011010110111101010111110101110101001101010001110101111111110 | e6b7abeba9a8ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)