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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隴冗夢譴オ^ | 11101000101011011000111111100111100101101011001011100110101000101011010101011110 | e8ad8fe796b2e6a2b55e |
EUC-JP | 隴冗夢譴オ^ | 1111000010101111101111101110100111001100101101001110110010100100100011101011010101011110 | f0afbee9ccb4eca48eb55e |
UTF-8 | 隴冗夢譴オ^ | 11101001100110101011010011100101100001101001011111100101101001001010001011101000101011011011010011101111101111011011010101011110 | e99ab4e58697e5a4a2e8adb4efbdb55e |
UHC | ?冗夢譴?^ | 001111111110100110110111110110011101001111001100101110010011111101011110 | 3fe9b7d9d3ccb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)