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 | スラ鋕ヒト | 101111011101011111111011110101001100101111000100 | bdd7fbd4cbc4 |
EUC-JP | スラ鋕ヒト | 1000111010111101100011101101011110001111111001001100000010001110110010111000111011000100 | 8ebd8ed78fe4c08ecb8ec4 |
UTF-8 | スラ鋕ヒト | 111011111011110110111101111011111011111010010111111010011000101110010101111011111011111010001011111011111011111010000100 | efbdbdefbe97e98b95efbe8befbe84 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)