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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蘊???ч? | 1110010101011101001111110011111100111111100001001000100100111111 | e55d3f3f3f84893f |
EUC-JP | 蘊???ч? | 1110100110111110001111110011111100111111101001111110100100111111 | e9be3f3f3fa7e93f |
UTF-8 | 蘊겼뮃吳ч꽇 | 1110100010011000100010101110101010110010101111001110101110101110100000111110010110010000101100111101000110000111111010101011110110000111 | e8988aeab2bcebae83e590b3d187eabd87 |
UHC | 蘊겼뮃吳ч꽇 | 111010001011001110110000111001011001001010010010111001111110111110101100111010011000010010011001 | e8b3b0e59292e7eface98499 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)