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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 彧?た | 1111101010111001001111111000001010111101 | fab93f82bd |
EUC-JP | 彧?た | 100011111011110011111110001111111010010010111111 | 8fbcfe3fa4bf |
UTF-8 | 彧폼た | 111001011011110110100111111011011000111110111100111000111000000110011111 | e5bda7ed8fbce3819f |
UHC | 彧폼た | 111010011110111011000110111110111010101010111111 | e9eec6fbaabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)