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 | 都ソ迺ス驤 | 1111101110110111101111111110011110010010101111011110100110001000 | fbb7bfe792bde988 |
EUC-JP | ?ソ迺ス驤 | 001111111000111010111111111011011111001010001110101111011111000111101000 | 3f8ebfedf28ebdf1e8 |
UTF-8 | 都ソ迺ス驤 | 111011111010100010100110111011111011110110111111111010001011111110111010111011111011110110111101111010011010100110100100 | efa8a6efbdbfe8bfbaefbdbde9a9a4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)