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 | 鄒鯉ス | 1110011110111110100011001110111110111101 | e7be8cefbd |
EUC-JP | 鄒鯉ス | 111011101100000010111000111100011000111010111101 | eec0b8f18ebd |
UTF-8 | 鄒鯉ス | 111010011000010010010010111010011010111110001001111011111011110110111101 | e98492e9af89efbdbd |
UHC | 鄒鯉? | 1111010111011011110101111110111100111111 | f5dbd7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)