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 | セノ偲シェセ | 10111110110010011000111011000011101111001010101010111110 | bec98ec3bcaabe |
EUC-JP | セノ偲シェセ | 100011101011111010001110110010011011110011000101100011101011110010001110101010101000111010111110 | 8ebe8ec9bcc58ebc8eaa8ebe |
UTF-8 | セノ偲シェセ | 111011111011110110111110111011111011111010001001111001011000000110110010111011111011110110111100111011111011110110101010111011111011110110111110 | efbdbeefbe89e581b2efbdbcefbdaaefbdbe |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)