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 | ²ê¼äÓú | 101100101110101010111100111001001101001111111010 | b2eabce4d3fa |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ê?äÓú | 0011111110001111101010111011010000111111100011111010101110100011100011111010101011010001100011111010101111100010 | 3f8fabb43f8faba38faad18fabe2 |
UTF-8 | ²ê¼äÓú | 110000101011001011000011101010101100001010111100110000111010010011000011100100111100001110111010 | c2b2c3aac2bcc3a4c393c3ba |
UHC | ²?¼??? | 1010100111110111001111111010100011111001001111110011111100111111 | a9f73fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)