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 | セョ鋓゚マ | 101111101010111011111011110101101101111111001111 | beaefbd6dfcf |
EUC-JP | セョ鋓゚マ | 1000111010111110100011101010111010001111111001001011111110001110110111111000111011001111 | 8ebe8eae8fe4bf8edf8ecf |
UTF-8 | セョ鋓゚マ | 111011111011110110111110111011111011110110101110111010011000101110010011111011111011111010011111111011111011111010001111 | efbdbeefbdaee98b93efbe9fefbe8f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)