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 | 鈔゙ | 1111011010111101111001111110001011011110 | f6bde7e2de |
EUC-JP | ?鈔゙ | 0011111111101110111001001000111011011110 | 3feee48ede |
UTF-8 | 鈔゙ | 111011101001001110100100111010011000100010010100111011111011111010011110 | ee93a4e98894efbe9e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)