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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??愉???^ | 0011111100111111100101101111100100111111001111110011111101011110 | 3f3f96f93f3f3f5e |
EUC-JP | ??愉???^ | 0011111100111111110011001111101100111111001111110011111101011110 | 3f3fccfb3f3f3f5e |
UTF-8 | 렱롅愉섶렯롁^ | 11101011101000001011000111101011101000011000010111100110100001001000100111101100100001001011011011101011101000001010111111101011101000011000000101011110 | eba0b1eba185e68489ec84b6eba0afeba1815e |
UHC | 렱롅愉섶렯롁^ | 10001110101111101000111011001011111010101111000010111100101110111000111010111100100011101100100001011110 | 8ebe8ecbeaf0bcbb8ebc8ec85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)