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 | 押??魏?? | 1000100110011111001111110011111111101001101100000011111100111111 | 899f3f3fe9b03f3f |
EUC-JP | 押??魏?? | 1011001010100001001111110011111111110010101100100011111100111111 | b2a13f3ff2b23f3f |
UTF-8 | 押꾠렗魏섋쁻 | 111001101000101010111100111010101011111010100000111010111010000010010111111010011010110110001111111011001000010010001011111011001000000110111011 | e68abceabea0eba097e9ad8fec848bec81bb |
UHC | 押꾠렗魏섋쁻 | 111001001110001110000100111000111000111010101100111010101110000010011000111010001001100010000010 | e4e384e38eaceae098e89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)