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 | 寘レ鯊チ岦 | 1111101010101001110110101110100111000000110000011111101010101100 | faa9dae9c0c1faac |
EUC-JP | 寘レ鯊チ岦 | 100011111011101011100001100011101101101011110010110000101000111011000001100011111011101110110011 | 8fbae18edaf2c28ec18fbbb3 |
UTF-8 | 寘レ鯊チ岦 | 111001011010111110011000111011111011111010011010111010011010111110001010111011111011111010000001111001011011001010100110 | e5af98efbe9ae9af8aefbe81e5b2a6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)