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 | 瑩企? | 1110000011110000100010101110100100111111 | e0f08ae93f |
EUC-JP | 瑩企? | 1110000011110010101101001110101100111111 | e0f2b4eb3f |
UTF-8 | 瑩企ㄿ | 111001111001000110101001111001001011110010000001111000111000010010111111 | e791a9e4bc81e384bf |
UHC | 瑩企ㄿ | 111110111010100111010000111010101010010010101111 | fba9d0eaa4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)