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 | ????u | 0011111100111111001111110011111101110101 | 3f3f3f3f75 |
SJIS-WIN | ラ瞠ゥu | 11010111111000011101001110101001111101101100111001110101 | d7e1d3a9f6ce75 |
EUC-JP | ラ瞠ゥ?u | 1000111011010111111000101101010110001110101010010011111101110101 | 8ed7e2d58ea93f75 |
UTF-8 | ラ瞠ゥu | 11101111101111101001011111100111100111101010000011101111101111011010100111101110100100111011010101110101 | efbe97e79ea0efbda9ee93b575 |
UHC | ????u | 0011111100111111001111110011111101110101 | 3f3f3f3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)