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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 奭??? | 100011111011100011111110001111110011111100111111 | 8fb8fe3f3f3f |
UTF-8 | 奭롁렳쑈 | 111001011010010110101101111010111010000110000001111010111010000010110011111011001001000110001000 | e5a5adeba181eba0b3ec9188 |
UHC | 奭롁렳쑈 | 1110000010101011100011101100100010001110110000001011111010100100 | e0ab8ec88ec0bea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)