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 | ????D^e^ | 0011111100111111001111110011111101000100010111100110010101011110 | 3f3f3f3f445e655e |
SJIS-WIN | ラ瞠ゥD^e^ | 11010111111000011101001110101001111100111011010101000100010111100110010101011110 | d7e1d3a9f3b5445e655e |
EUC-JP | ラ瞠ゥ?D^e^ | 1000111011010111111000101101010110001110101010010011111101000100010111100110010101011110 | 8ed7e2d58ea93f445e655e |
UTF-8 | ラ瞠ゥD^e^ | 11101111101111101001011111100111100111101010000011101111101111011010100111101110100010101010100001000100010111100110010101011110 | efbe97e79ea0efbda9ee8aa8445e655e |
UHC | ????D^e^ | 0011111100111111001111110011111101000100010111100110010101011110 | 3f3f3f3f445e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)