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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | モ」簑簑ヘー | 11010011101000111110001011000000111101111010111011100010110000001100110110110000 | d3a3e2c0f7aee2c0cdb0 |
EUC-JP | モ」簑?簑ヘー | 10001110110100111000111010100011111001001100001000111111111001001100001010001110110011011000111010110000 | 8ed38ea3e4c23fe4c28ecd8eb0 |
UTF-8 | モ」簑簑ヘー | 111011111011111010010011111011111011110110100011111001111011000010010001111011101001011010010001111001111011000010010001111011111011111010001101111011111011110110110000 | efbe93efbda3e7b091ee9691e7b091efbe8defbdb0 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)