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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シナ丈狆ホ | 10111100110001011000111111100100111000001011110011001110 | bcc58fe4e0bcce |
EUC-JP | シナ丈狆ホ | 10001110101111001000111011000101101111101110011011100000101111101000111011001110 | 8ebc8ec5bee6e0be8ece |
UTF-8 | シナ丈狆ホ | 111011111011110110111100111011111011111010000101111001001011100010001000111001111000101110000110111011111011111010001110 | efbdbcefbe85e4b888e78b86efbe8e |
UHC | ??丈?? | 001111110011111111101101110110110011111100111111 | 3f3feddb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)