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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 艶l?意ゆ? | 10001001100100001000001010001100001111111000100011010011100000101110010000111111 | 8990828c3f88d382e43f |
EUC-JP | 艶l?意ゆ? | 10110001111100001010001111101100001111111011000011010101101001001110011000111111 | b1f0a3ec3fb0d5a4e63f |
UTF-8 | 艶l뮆意ゆ눨 | 111010001000100110110110111011111011110110001100111010111010111010000110111001101000010010001111111000111000001010000110111010111000100010101000 | e889b6efbd8cebae86e6848fe38286eb88a8 |
UHC | 艶l뮆意ゆ눨 | 111001101111110110100011111011001001001010010101111010111111001010101010111001101000011110111111 | e6fda3ec9295ebf2aae687bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)