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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?也竭貊 | 00111111100101101110011111100010100100011110011010111011 | 3f96e7e291e6bb |
EUC-JP | ?也竭貊 | 00111111110011001110100111100011111100011110110010111101 | 3fcce9e3f1ecbd |
UTF-8 | 灐也竭貊 | 111001111000000110010000111001001011100110011111111001111010101110101101111010001011001010001010 | e78190e4b99fe7abade8b28a |
UHC | 灐也竭貊 | 1111101110100101111001011010010111001010111001101101100011100111 | fba5e5a5cae6d8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)