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 | 怐咤韲韈 | 1001110010000001100110100100001011101000111011001110100011100111 | 9c819a42e8ece8e7 |
EUC-JP | 怐咤韲韈 | 1101011111100001110100111010001111110000111011101111000011101001 | d7e1d3a3f0eef0e9 |
UTF-8 | 怐咤韲韈 | 111001101000000010010000111001011001001010100100111010011001111110110010111010011001111110001000 | e68090e592a4e99fb2e99f88 |
UHC | ?咤?? | 0011111111110110111000110011111100111111 | 3ff6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)