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 | ??齋?爾?^ | 001111110011111111100010010101100011111110001110101000100011111101011110 | 3f3fe2563f8ea23f5e |
EUC-JP | ??齋?爾?^ | 001111110011111111100011101101110011111110111100101001000011111101011110 | 3f3fe3b73fbca43f5e |
UTF-8 | 罹렪齋렔爾렧^ | 11101111101001111010011011101011101000001010101011101001101111011000101111101011101000001001010011100111100010001011111011101011101000001010011101011110 | efa7a6eba0aae9bd8beba094e788beeba0a75e |
UHC | 罹렪齋렔爾렧^ | 11101100101110101000111010111000111011101011000110001110101010011110110010110011100011101011011001011110 | ecba8eb8eeb18ea9ecb38eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)