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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??勃癰?B | 0011111100111111100101100111010111100001100111100011111101000010 | 3f3f9675e19e3f42 |
EUC-JP | ??勃癰?B | 0011111100111111110010111101011011100001111111100011111101000010 | 3f3fcbd6e1fe3f42 |
UTF-8 | 뤝뮌勃癰석B | 11101011101001001001110111101011101011101000110011100101100010111000001111100111100110011011000011101100100001001001110101000010 | eba49debae8ce58b83e799b0ec849d42 |
UHC | 뤝뮌勃癰석B | 1000111111001100101110011100000011011010111110101110100010111001101111001010111001000010 | 8fccb9c0dafae8b9bcae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)