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 | 炅七肛蒔裔 | 11111011010100011000111010110101111000111110100010001110101010101110010111100001 | fb518eb5e3e88eaae5e1 |
EUC-JP | 炅七肛蒔裔 | 1000111111001001110010101011110010110111111001101110101010111100101011001110101011100011 | 8fc9cabcb7e6eabcaceae3 |
UTF-8 | 炅七肛蒔裔 | 111001111000001010000101111001001011100010000011111010001000001010011011111010001001001010010100111010001010001110010100 | e78285e4b883e8829be89294e8a394 |
UHC | 炅七肛蒔裔 | 11001100110111011111011011010010111110011111110111100011110010001110011111100000 | ccddf6d2f9fde3c8e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)