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 | 髏ア邏礼エ | 1110100110010000101100011110011110110100100101111110011110110100 | e990b1e7b497e7b4 |
EUC-JP | 髏ア邏礼エ | 11110001111100001000111010110001111011101011011011001110111010011000111010110100 | f1f08eb1eeb6cee98eb4 |
UTF-8 | 髏ア邏礼エ | 111010011010101110001111111011111011110110110001111010011000001010001111111001111010010010111100111011111011110110110100 | e9ab8fefbdb1e9828fe7a4bcefbdb4 |
UHC | ??邏?? | 001111110011111111010101101001000011111100111111 | 3f3fd5a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)