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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | コラレオノミB | 10111010110101111101101010110101110010011101000001000010 | bad7dab5c9d042 |
EUC-JP | コラレオノミB | 10001110101110101000111011010111100011101101101010001110101101011000111011001001100011101101000001000010 | 8eba8ed78eda8eb58ec98ed042 |
UTF-8 | コラレオノミB | 11101111101111011011101011101111101111101001011111101111101111101001101011101111101111011011010111101111101111101000100111101111101111101001000001000010 | efbdbaefbe97efbe9aefbdb5efbe89efbe9042 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)