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 | 鴫粫蔀セネ霎 | 10001110101100001110001011100110100011101100000110111110110010001110100010111110 | 8eb0e2e68ec1bec8e8be |
EUC-JP | 鴫粫蔀セネ霎 | 101111001011001011100100111010001011110011000011100011101011111010001110110010001111000011000000 | bcb2e4e8bcc38ebe8ec8f0c0 |
UTF-8 | 鴫粫蔀セネ霎 | 111010011011010010101011111001111011001010101011111010001001010010000000111011111011110110111110111011111011111010001000111010011001110010001110 | e9b4abe7b2abe89480efbdbeefbe88e99c8e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)