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 | 佃企? | 1001001011001111100010101110100100111111 | 92cf8ae93f |
EUC-JP | 佃企? | 1100010011010001101101001110101100111111 | c4d1b4eb3f |
UTF-8 | 佃企ㄿ | 111001001011110110000011111001001011110010000001111000111000010010111111 | e4bd83e4bc81e384bf |
UHC | 佃企ㄿ | 111011101110110011010000111010101010010010101111 | eeecd0eaa4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)