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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 偲シト雫偲セナ | 10001110110000111011110011000100100011101011010010001110110000111011111011000101 | 8ec3bcc48eb48ec3bec5 |
EUC-JP | 偲シト雫偲セナ | 1011110011000101100011101011110010001110110001001011110010110110101111001100010110001110101111101000111011000101 | bcc58ebc8ec4bcb6bcc58ebe8ec5 |
UTF-8 | 偲シト雫偲セナ | 111001011000000110110010111011111011110110111100111011111011111010000100111010011001101110101011111001011000000110110010111011111011110110111110111011111011111010000101 | e581b2efbdbcefbe84e99babe581b2efbdbeefbe85 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)