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 | 彧?く | 1111101010111001001111111000001010101101 | fab93f82ad |
EUC-JP | 彧?く | 100011111011110011111110001111111010010010101111 | 8fbcfe3fa4af |
UTF-8 | 彧폼く | 111001011011110110100111111011011000111110111100111000111000000110001111 | e5bda7ed8fbce3818f |
UHC | 彧폼く | 111010011110111011000110111110111010101010101111 | e9eec6fbaaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)