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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | ヘロモ」耨x | 11001101110110111101001110100011111000111101001101111000 | cddbd3a3e3d378 |
EUC-JP | ヘロモ」耨x | 1000111011001101100011101101101110001110110100111000111010100011111001101101010101111000 | 8ecd8edb8ed38ea3e6d578 |
UTF-8 | ヘロモ」耨x | 11101111101111101000110111101111101111101001101111101111101111101001001111101111101111011010001111101000100000001010100001111000 | efbe8defbe9befbe93efbda3e880a878 |
UHC | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)