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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴦??逾? | 11101001111100010011111100111111111001111010010100111111 | e9f13f3fe7a53f |
EUC-JP | 鴦??逾? | 11110010111100110011111100111111111011101010011100111111 | f2f33f3feea73f |
UTF-8 | 鴦볛뫓逾텯 | 111010011011010010100110111010111011001110011011111010111010101110010011111010011000000010111110111011011000010110101111 | e9b4a6ebb39bebab93e980beed85af |
UHC | 鴦볛뫓逾텯 | 11100100111011001001001111100010100100011011010111101011101101011011011101000010 | e4ec93e291b5ebb5b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)