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 | 闊底オ晝ア | 1110100010001000100100101110101010110101100111011110101010110001 | e88892eab59deab1 |
EUC-JP | 闊底オ晝ア | 11101111111010001100010011101100100011101011010111011010111011001000111010110001 | efe8c4ec8eb5daec8eb1 |
UTF-8 | 闊底オ晝ア | 111010011001011110001010111001011011101010010101111011111011110110110101111001101001100110011101111011111011110110110001 | e9978ae5ba95efbdb5e6999defbdb1 |
UHC | 闊底?晝? | 1111110011000100111011101011110000111111111100011011100000111111 | fcc4eebc3ff1b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)