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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迸ウ貅真 | 11100111100111101011001111100110101110101001000001011110 | e79eb3e6ba905e |
EUC-JP | 迸ウ貅真 | 1110110111111110100011101011001111101100101111001011111110111111 | edfe8eb3ecbcbfbf |
UTF-8 | 迸ウ貅真 | 111010001011111110111000111011111011110110110011111010001011001010000101111001111001110010011111 | e8bfb8efbdb3e8b285e79c9f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)