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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 뤫퉈毗뤫퉈묩^ | 11101011101001001010101111101101100010011000100011100110101011111001011111101011101001001010101111101101100010011000100011101011101011001010100101011110 | eba4abed8988e6af97eba4abed8988ebaca95e |
UHC | 뤫퉈毗뤫퉈묩^ | 10001111110110011100010111111101110111011111000110001111110110011100010111111101101110011010100101011110 | 8fd9c5fdddf18fd9c5fdb9a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)