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 | 瑾瘟爼 | 111000001111010111100001100010011110000010101010 | e0f5e189e0aa |
EUC-JP | 瑾瘟爼 | 111000001111011111100001111010011110000010101100 | e0f7e1e9e0ac |
UTF-8 | 瑾瘟爼 | 111001111001000110111110111001111001100010011111111001111000100010111100 | e791bee7989fe788bc |
UHC | 瑾瘟? | 1101000011001000111010001011000000111111 | d0c8e8b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)