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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 腋??誼?] | 1110001111111100001111110011111110001011011000100011111101011101 | e3fc3f3f8b623f5d |
EUC-JP | 腋??誼?] | 1110011011111110001111110011111110110101110000110011111101011101 | e6fe3f3fb5c33f5d |
UTF-8 | 腋잆룗誼텿] | 11101000100001011000101111101100100111101000011011101011101000111001011111101000101010101011110011101101100001011011111101011101 | e8858bec9e86eba397e8aabced85bf5d |
UHC | 腋잆룗誼텿] | 1110010011111101100111111110001110001111100100111110101111111110101101110101000101011101 | e4fd9fe38f93ebfeb7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)