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 | ヘロモ」簑 | 1100110111011011111101111010010011010011101000111110001011000000 | cddbf7a4d3a3e2c0 |
EUC-JP | ヘロ?モ」簑 | 1000111011001101100011101101101100111111100011101101001110001110101000111110010011000010 | 8ecd8edb3f8ed38ea3e4c2 |
UTF-8 | ヘロモ」簑 | 111011111011111010001101111011111011111010011011111011101001011010000111111011111011111010010011111011111011110110100011111001111011000010010001 | efbe8defbe9bee9687efbe93efbda3e7b091 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)