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 | 燹籐抑貊 | 1110000010011111111000101101100110010111011111011110011010111011 | e09fe2d9977de6bb |
EUC-JP | 燹籐抑貊 | 1110000010100001111001001101101111001101110111101110110010111101 | e0a1e4dbcddeecbd |
UTF-8 | 燹籐抑貊 | 111001111000011110111001111001111011000110010000111001101000101010010001111010001011001010001010 | e787b9e7b190e68a91e8b28a |
UHC | ??抑貊 | 001111110011111111100101111001001101100011100111 | 3f3fe5e4d8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)