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 | ミ闔ォ「蝪 | 1111000111111010110100001110100010001110101010111010001011100101101000011111011011101111 | f1fad0e88eaba2e5a1f6ef |
EUC-JP | ?ミ闔ォ「蝪? | 001111111000111011010000111011111110111010001110101010111000111010100010111010101010001100111111 | 3f8ed0efee8eab8ea2eaa33f |
UTF-8 | ミ闔ォ「蝪 | 111011101000010110110101111011111011111010010000111010011001011110010100111011111011110110101011111011111011110110100010111010001001110110101010111011101001010010010110 | ee85b5efbe90e99794efbdabefbda2e89daaee9496 |
UHC | ??闔???? | 0011111100111111111110011110111100111111001111110011111100111111 | 3f3ff9ef3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)