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 | 璢灼鞨蔀 | 1110000011100011100011101101110011101000111000001000111011000001 | e0e38edce8e08ec1 |
EUC-JP | 璢灼鞨蔀 | 1110000011100101101111001101111011110000111000101011110011000011 | e0e5bcdef0e2bcc3 |
UTF-8 | 璢灼鞨蔀 | 111001111001001010100010111001111000000110111100111010011001111010101000111010001001010010000000 | e792a2e781bce99ea8e89480 |
UHC | ?灼鞨? | 001111111110110111000111110010101110101000111111 | 3fedc7caea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)