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 | 繒????? | 11111011100011110011111100111111001111110011111100111111 | fb8f3f3f3f3f3f |
EUC-JP | 繒????? | 1000111111010100110101000011111100111111001111110011111100111111 | 8fd4d43f3f3f3f3f |
UTF-8 | 繒렟롋댁렭빰 | 111001111011100110010010111010111010000010011111111010111010000110001011111010111000110010000001111010111010000010101101111010111011100110110000 | e7b992eba09feba18beb8c81eba0adebb9b0 |
UHC | 繒렟롋댁렭빰 | 111100011111100110001110101100001000111011010001101101001110110010001110101110101011101110100011 | f1f98eb08ed1b4ec8ebabba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)